Skip to content

Commit

Permalink
Version 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed May 28, 2021
1 parent 0f838a1 commit 5d0172f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1] - 2021-05-27

### Fixed

- Phoenix plugin encountered an error when the response body was empty.
- Fix for multiple applications attempting to use the same Grafana folder
- Documentation fixes and grafana dashboard typos

### Changed

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:prom_ex, "~> 1.1.0"}
{:prom_ex, "~> 1.1.1"}
]
end
```
Expand Down Expand Up @@ -218,7 +218,7 @@ There are a couple of solutions to this problem:

2. If your application is public facing, you can leverage the [Unplug](https://hex.pm/packages/unplug) library that I
maintain in order to only execute the `PromEx.Plug` plug when the incoming request fulfills your configured
requirements (see the [PromEx.Plug HexDocs](https://hexdocs.pm/prom_ex/1.0.0/PromEx.Plug.html) for an example).
requirements (see the [PromEx.Plug HexDocs](https://hexdocs.pm/prom_ex/1.1.1/PromEx.Plug.html) for an example).

## Performance Concerns

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.1.0",
version: "1.1.1",
elixir: "~> 1.10",
name: "PromEx",
source_url: "https://github.com/akoutmos/prom_ex",
Expand Down

0 comments on commit 5d0172f

Please sign in to comment.