diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac068a..3004588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v4.0.0-rc.7](https://github.com/team-alembic/ash_authentication/compare/v4.0.0-rc.6...v4.0.0-rc.7) (2024-05-10) + + + + +### Bug Fixes: + +* Jwt: Include authentication interaction context when storing tokens. + +### Improvements: + +* Only require tokens to be enabled when using a strategy which needs them. + ## [v4.0.0-rc.6](https://github.com/team-alembic/ash_authentication/compare/v4.0.0-rc.5...v4.0.0-rc.6) (2024-04-11) diff --git a/config/dev.exs b/config/dev.exs index ce0132d..8f1c124 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -7,7 +7,7 @@ config :git_ops, manage_mix_version?: true, manage_readme_version: [ "README.md", - "documentation/tutorials/getting-started-with-authentication.md" + "documentation/tutorials/get-started.md" ], version_tag_prefix: "v" diff --git a/mix.exs b/mix.exs index f82abf3..fe5aade 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshAuthentication.MixProject do Authentication extension for the Ash Framework. """ - @version "4.0.0-rc.6" + @version "4.0.0-rc.7" def project do [