Skip to content

Commit

Permalink
1.9.0 release (#218)
Browse files Browse the repository at this point in the history
* 1.9.0 release

* Why you add random output VIM?
  • Loading branch information
akoutmos authored Oct 12, 2023
1 parent cef324d commit ce67e7d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.9.0] - 2023-10-12

### Added

- Added host tag to phoenix plugin to handle paths depended on a subdomain [#183](https://github.com/akoutmos/prom_ex/pull/183)

### Changed

- Removed deprecated `Logger.warn` calls [#207](https://github.com/akoutmos/prom_ex/pull/207)

### Fixed

- Addressed binary memory leak in flusher GenServer [#200](https://github.com/akoutmos/prom_ex/pull/200)

## [1.8.0] - 2023-04-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:prom_ex, "~> 1.8.0"}
{:prom_ex, "~> 1.9.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule PromEx.MixProject do
def project do
[
app: :prom_ex,
version: "1.8.0",
version: "1.9.0",
elixir: "~> 1.11",
name: "PromEx",
source_url: "https://github.com/akoutmos/prom_ex",
Expand Down

0 comments on commit ce67e7d

Please sign in to comment.