Skip to content

Commit

Permalink
Prepare release (#193)
Browse files Browse the repository at this point in the history
* bump for release

* fix user reference
  • Loading branch information
cpiemontese authored Nov 20, 2023
1 parent 63012c9 commit 0b14e04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [0.6.4] - 2023-11-20

- `Logger.warn` is now replaced in favour of `Logger.warning` (thanks to @neslinesli93)

---

## [0.6.3] - 2023-08-31

---
Expand Down Expand Up @@ -247,7 +253,8 @@ Bug fixes

- Fixed compilation error when `:auth0_ex, :server` is not configured in `config.exs`

[Unreleased]: https://github.com/primait/auth0_ex/compare/0.6.3...HEAD
[Unreleased]: https://github.com/primait/auth0_ex/compare/0.6.4...HEAD
[0.6.4]: https://github.com/primait/auth0_ex/compare/0.6.3...0.6.4
[0.6.3]: https://github.com/primait/auth0_ex/compare/0.6.3-rc.0...0.6.3
[0.6.3-rc.0]: https://github.com/primait/auth0_ex/compare/0.6.2...0.6.3-rc.0
[0.6.2]: https://github.com/primait/auth0_ex/compare/0.6.1...0.6.2
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.6.3"
@version "0.6.4"

def project do
[
Expand Down

0 comments on commit 0b14e04

Please sign in to comment.