chore: release version v4.0.0-rc.7

This commit is contained in:
James Harton 2024-05-10 14:44:43 +12:00
parent 4e66a402fe
commit 0d291ca39b
Signed by: james
GPG key ID: 90E82DAA13F624F4
3 changed files with 15 additions and 2 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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"

View file

@ -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
[