Skip to content

Commit 121a9a6

Browse files
authored
Prepare prelease (#196)
1 parent 0e8e644 commit 121a9a6

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
---
11+
12+
## [0.7.0-pre.0] - 2023-11-27
13+
1014
### Changed
1115

1216
- Deprecate the `:prima_auth0_ex, :redis, :enabled` option in favor of `:prima_auth0_ex, :token_cache`
@@ -277,7 +281,9 @@ Bug fixes
277281

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

280-
[Unreleased]: https://github.com/primait/auth0_ex/compare/0.6.4...HEAD
284+
285+
[Unreleased]: https://github.com/primait/auth0_ex/compare/0.7.0-pre.0...HEAD
286+
[0.7.0-pre.0]: https://github.com/primait/auth0_ex/compare/0.6.4...0.7.0-pre.0
281287
[0.6.4]: https://github.com/primait/auth0_ex/compare/0.6.3...0.6.4
282288
[0.6.3]: https://github.com/primait/auth0_ex/compare/0.6.3-rc.0...0.6.3
283289
[0.6.3-rc.0]: https://github.com/primait/auth0_ex/compare/0.6.2...0.6.3-rc.0

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule PrimaAuth0Ex.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/primait/auth0_ex"
5-
@version "0.6.4"
5+
@version "0.7.0-pre.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)