Skip to content

Commit

Permalink
bump for release (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese authored Sep 11, 2023
1 parent 214093d commit 75b527f
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]

---

## [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`
Expand Down Expand Up @@ -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
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 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
[
Expand Down

0 comments on commit 75b527f

Please sign in to comment.