Skip to content

Commit 2c7ff98

Browse files
authored
bump for release (#283)
1 parent 5c5355f commit 2c7ff98

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
@@ -8,6 +8,10 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
---
12+
13+
## [0.10.0] - 2025-06-17
14+
1115
### Changed
1216

1317
- Cached token keys will now be prefixed with the `cache_namespace` i.e. will be
@@ -393,7 +397,9 @@ Bug fixes
393397
- Fixed compilation error when `:auth0_ex, :server` is not configured in
394398
`config.exs`
395399

396-
[Unreleased]: https://github.com/primait/auth0_ex/compare/0.9.4...HEAD
400+
401+
[Unreleased]: https://github.com/primait/auth0_ex/compare/0.10.0...HEAD
402+
[0.10.0]: https://github.com/primait/auth0_ex/compare/0.9.4...0.10.0
397403
[0.9.4]: https://github.com/primait/auth0_ex/compare/0.9.3...0.9.4
398404
[0.9.3]: https://github.com/primait/auth0_ex/compare/0.9.2...0.9.3
399405
[0.9.2]: https://github.com/primait/auth0_ex/compare/0.9.1...0.9.2

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.9.4"
5+
@version "0.10.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)