Skip to content

Commit

Permalink
0.4.3 (#95)
Browse files Browse the repository at this point in the history
* 0.4.3

* fix changelog
  • Loading branch information
cpiemontese authored Jun 17, 2022
1 parent bcc39f7 commit 0ccb659
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Next]

## [0.4.3] - 2022-06-16

### Changed

- Absinthe plugs use a map instead of custom struct as context
Expand Down Expand Up @@ -133,7 +135,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fixed compilation error when `:auth0_ex, :server` is not configured in `config.exs`

[Next]: https://github.com/primait/auth0_ex/compare/0.4.2...HEAD
[Next]: https://github.com/primait/auth0_ex/compare/0.4.3...HEAD
[0.4.3]: https://github.com/primait/auth0_ex/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/primait/auth0_ex/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/primait/auth0_ex/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/primait/auth0_ex/compare/0.3.1...0.4.0
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule PrimaAuth0Ex.MixProject do
use Mix.Project

@source_url "https://github.com/primait/auth0_ex"
@version "0.4.2"
@version "0.4.3"

def project do
[
Expand Down

0 comments on commit 0ccb659

Please sign in to comment.