File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.9.0] - 2023-10-12
11+
12+ ### Added
13+
14+ - Added host tag to phoenix plugin to handle paths depended on a subdomain [ #183 ] ( https://github.com/akoutmos/prom_ex/pull/183 )
15+
16+ ### Changed
17+
18+ - Removed deprecated ` Logger.warn ` calls [ #207 ] ( https://github.com/akoutmos/prom_ex/pull/207 )
19+
20+ ### Fixed
21+
22+ - Addressed binary memory leak in flusher GenServer [ #200 ] ( https://github.com/akoutmos/prom_ex/pull/200 )
23+
1024## [ 1.8.0] - 2023-04-01
1125
1226### Added
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies in `mix.exs`:
5555``` elixir
5656def deps do
5757 [
58- {:prom_ex , " ~> 1.8 .0" }
58+ {:prom_ex , " ~> 1.9 .0" }
5959 ]
6060end
6161```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule PromEx.MixProject do
44 def project do
55 [
66 app: :prom_ex ,
7- version: "1.8 .0" ,
7+ version: "1.9 .0" ,
88 elixir: "~> 1.11" ,
99 name: "PromEx" ,
1010 source_url: "https://github.com/akoutmos/prom_ex" ,
You can’t perform that action at this time.
0 commit comments