From c118177d7584a205a39cee114c92fb214c384745 Mon Sep 17 00:00:00 2001 From: mae <26093674+MaeIsBad@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:42:03 +0100 Subject: [PATCH] Bump --- CHANGELOG.md | 8 +++++++- mix.exs | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af0d0f..df61008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/mix.exs b/mix.exs index 35b5a86..400bde7 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [