Skip to content

Commit cae0ed5

Browse files
committed
Release v1.2.0
1 parent 53da9eb commit cae0ed5

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Changelog
22

3-
## 1.2.0-rc1
4-
* Added `:monotonic_time` field to telemetry meta data
5-
6-
## 1.2.0-rc0
3+
## 1.2.0
74
* Add `:max_instances` option for dynamic pads. [#876](https://github.com/membraneframework/membrane_core/pull/876)
85
* Implement `Membrane.Connector`. [#904](https://github.com/membraneframework/membrane_core/pull/904)
96
* Implememnt diamonds detection. [#909](https://github.com/membraneframework/membrane_core/pull/909)

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,7 @@ Apart from plugins, Membrane has stream formats, which live in `membrane_X_forma
9090
The API for creating pipelines (and custom elements too) is provided by [membrane_core](https://github.com/membraneframework/membrane_core). To install it, add the following line to your `deps` in `mix.exs` and run `mix deps.get`
9191

9292
```elixir
93-
{:membrane_core, "~> 1.1"}
94-
```
95-
or to get the newest release candidate
96-
```elixir
97-
{:membrane_core, "1.2.0-rc1"}
93+
{:membrane_core, "~> 1.2"}
9894
```
9995

10096
**Standalone libraries**

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Membrane.Mixfile do
22
use Mix.Project
33

4-
@version "1.2.0-rc1"
4+
@version "1.2.0"
55
@source_ref "v#{@version}"
66

77
def project do

0 commit comments

Comments
 (0)