We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd62a0 commit 8e53e3bCopy full SHA for 8e53e3b
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.6.0] - 2021-12-22
11
+
12
### Added
13
14
- Updated BEAM plugin to surface JIT support
README.md
@@ -54,7 +54,7 @@ dependencies in `mix.exs`:
54
```elixir
55
def deps do
56
[
57
- {:prom_ex, "~> 1.5.0"}
+ {:prom_ex, "~> 1.6.0"}
58
]
59
end
60
```
mix.exs
@@ -4,7 +4,7 @@ defmodule PromEx.MixProject do
4
def project do
5
6
app: :prom_ex,
- version: "1.5.0",
+ version: "1.6.0",
elixir: "~> 1.10",
name: "PromEx",
source_url: "https://github.com/akoutmos/prom_ex",
0 commit comments