From 75b527f6aa5c58b4e2b8c11d4dc04c4c0d2257fe Mon Sep 17 00:00:00 2001 From: Cristiano Piemontese Date: Mon, 11 Sep 2023 16:05:27 +0200 Subject: [PATCH] bump for release (#115) --- CHANGELOG.md | 8 +++++++- mix.exs | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 399cdf2..59159fb 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] +--- + +## [2.4.0] - 2023-09-11 + ### Added - `auth0` options list now has an optional `:client` property, in case multiple clients have been defined with `prima_auth0_ex` @@ -177,7 +181,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation of `bridge_ex` -[Unreleased]: https://github.com/primait/bridge_ex/compare/2.3.0...HEAD + +[Unreleased]: https://github.com/primait/bridge_ex/compare/2.4.0...HEAD +[2.4.0]: https://github.com/primait/bridge_ex/compare/2.3.0...2.4.0 [2.3.0]: https://github.com/primait/bridge_ex/compare/2.2.0...2.3.0 [2.2.0]: https://github.com/primait/bridge_ex/compare/2.1.1...2.2.0 [2.1.1]: https://github.com/primait/bridge_ex/compare/2.1.0...2.1.1 diff --git a/mix.exs b/mix.exs index 9146b2e..dd27fea 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule BridgeEx.MixProject do use Mix.Project @source_url "https://github.com/primait/bridge_ex" - @version "2.3.0" + @version "2.4.0" def project do [