diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e4658f..3c8b0d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,31 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v4.0.3](https://github.com/team-alembic/ash_authentication/compare/v4.0.2...v4.0.3) (2024-08-22) + + + + +### Bug Fixes: + +* allow overriding strategy defaults (#766) + +* bug where `nil` is not allowed but is returned from secret functions. + +* add back in accidentally removed debug errors code (#768) + +* set options earlier in magic link/oauth2 + +### Improvements: + +* avoid warning about comparison with `nil` + +* set context in addition to tenant + +* use `no_depend_modules` for better compile dependencies + +* enable custom `http_adapters` (#760) + ## [v4.0.2](https://github.com/team-alembic/ash_authentication/compare/v4.0.1...v4.0.2) (2024-08-05) diff --git a/mix.exs b/mix.exs index 64fc496..dc90f81 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshAuthentication.MixProject do Authentication extension for the Ash Framework. """ - @version "4.0.2" + @version "4.0.3" def project do [