File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments