Skip to content

Commit 8e53e3b

Browse files
committed
1.6.0 relase
1 parent 3fd62a0 commit 8e53e3b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.0] - 2021-12-22
11+
1012
### Added
1113

1214
- Updated BEAM plugin to surface JIT support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies in `mix.exs`:
5454
```elixir
5555
def deps do
5656
[
57-
{:prom_ex, "~> 1.5.0"}
57+
{:prom_ex, "~> 1.6.0"}
5858
]
5959
end
6060
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule PromEx.MixProject do
44
def project do
55
[
66
app: :prom_ex,
7-
version: "1.5.0",
7+
version: "1.6.0",
88
elixir: "~> 1.10",
99
name: "PromEx",
1010
source_url: "https://github.com/akoutmos/prom_ex",

0 commit comments

Comments
 (0)