Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Dec 4, 2024
1 parent 91f12f6 commit c118177
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.9.0] - 2024-12-04

# Added

A new DynamoDB cache provider
Expand Down Expand Up @@ -309,7 +313,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.8.0...HEAD

[Unreleased]: https://github.com/primait/auth0_ex/compare/0.9.0...HEAD
[0.9.0]: https://github.com/primait/auth0_ex/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/primait/auth0_ex/compare/0.7.1...0.8.0
[0.7.1]: https://github.com/primait/auth0_ex/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/primait/auth0_ex/compare/0.7.0-pre.0...0.7.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.8.0"
@version "0.9.0"

def project do
[
Expand Down

0 comments on commit c118177

Please sign in to comment.