Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Nov 27, 2023
1 parent 0e8e644 commit 7529164
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
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.6.4"
@version "0.7.0-pre.0"

def project do
[
Expand Down

0 comments on commit 7529164

Please sign in to comment.