Skip to content

Commit ce67e7d

Browse files
authored
1.9.0 release (#218)
* 1.9.0 release * Why you add random output VIM?
1 parent cef324d commit ce67e7d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies in `mix.exs`:
5555
```elixir
5656
def deps do
5757
[
58-
{:prom_ex, "~> 1.8.0"}
58+
{:prom_ex, "~> 1.9.0"}
5959
]
6060
end
6161
```

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.8.0",
7+
version: "1.9.0",
88
elixir: "~> 1.11",
99
name: "PromEx",
1010
source_url: "https://github.com/akoutmos/prom_ex",

0 commit comments

Comments
 (0)