Skip to content

Commit

Permalink
prepare release 0.8.0 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosarara authored Nov 29, 2024
1 parent 6adbf24 commit a4046f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [0.7.2] - 2024-11-28
## [0.8.0] - 2024-11-29

### Changed

- Now requires elixir ~> 1.14
- Normalized auth0_base_url config value
- Bumped absinthe, credo, dialyxir, ex_doc, jason, joken, plug, redix, stream_data, telemetry, telepoison

Expand Down Expand Up @@ -304,7 +305,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.7.1...HEAD
[Unreleased]: https://github.com/primait/auth0_ex/compare/0.8.0...HEAD
[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
[0.7.0-pre.0]: https://github.com/primait/auth0_ex/compare/0.6.4...0.7.0-pre.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.7.2"
@version "0.8.0"

def project do
[
Expand Down

0 comments on commit a4046f9

Please sign in to comment.