Skip to content

Commit

Permalink
Prepping for 1.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Mar 3, 2022
1 parent 872760a commit 36cd5e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.1] - 2021-03-02

### Fixed

- Added missing priv dir to release.

## [1.7.0] - 2021-03-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:prom_ex, "~> 1.7.0"}
{:prom_ex, "~> 1.7.1"}
]
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.7.0",
version: "1.7.1",
elixir: "~> 1.11",
name: "PromEx",
source_url: "https://github.com/akoutmos/prom_ex",
Expand Down

0 comments on commit 36cd5e0

Please sign in to comment.