diff --git a/CHANGELOG.md b/CHANGELOG.md index 572ff8a..2e72bde 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.7.0-pre.0] - 2023-11-27 + ### Changed - Deprecate the `:prima_auth0_ex, :redis, :enabled` option in favor of `:prima_auth0_ex, :token_cache` @@ -277,7 +281,9 @@ Bug fixes - Fixed compilation error when `:auth0_ex, :server` is not configured in `config.exs` -[Unreleased]: https://github.com/primait/auth0_ex/compare/0.6.4...HEAD + +[Unreleased]: https://github.com/primait/auth0_ex/compare/0.7.0-pre.0...HEAD +[0.7.0-pre.0]: https://github.com/primait/auth0_ex/compare/0.6.4...0.7.0-pre.0 [0.6.4]: https://github.com/primait/auth0_ex/compare/0.6.3...0.6.4 [0.6.3]: https://github.com/primait/auth0_ex/compare/0.6.3-rc.0...0.6.3 [0.6.3-rc.0]: https://github.com/primait/auth0_ex/compare/0.6.2...0.6.3-rc.0 diff --git a/mix.exs b/mix.exs index ce65bc5..5d0a699 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.6.4" + @version "0.7.0-pre.0" def project do [