diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b9519e..5c253d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +--- + +## [0.6.0] - 2023-08-24 + ### Added - `:clients` config, which can now be used to configure multiple clients @@ -217,7 +221,9 @@ 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` -[Unreleased]: https://github.com/primait/auth0_ex/compare/0.5.0...HEAD + +[Unreleased]: https://github.com/primait/auth0_ex/compare/0.6.0...HEAD +[0.6.0]: https://github.com/primait/auth0_ex/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/primait/auth0_ex/compare/0.4.6...0.5.0 [0.4.6]: https://github.com/primait/auth0_ex/compare/0.4.5...0.4.6 [0.4.5]: https://github.com/primait/auth0_ex/compare/0.4.4...0.4.5 diff --git a/README.md b/README.md index a9de46f4..c0023f1a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The package can be installed by adding `prima_auth0_ex` to your list of dependen ```elixir def deps do [ - {:prima_auth0_ex, "~> 0.4.0"} + {:prima_auth0_ex, "~> 0.6.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 684238a0..ecdce28e 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule PrimaAuth0Ex.MixProject do use Mix.Project @source_url "https://github.com/primait/auth0_ex" - @version "0.5.0" + @version "0.6.0" def project do [