chore: release version v4.0.0-rc.6

This commit is contained in:
James Harton 2024-04-12 09:36:40 +12:00
parent 8721c01b4c
commit 70b6ab3783
Signed by: james
GPG key ID: 90E82DAA13F624F4
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)
### Improvements:
* OIDC: Adjust dsl of OIDC reflect assent requirements (#538)
## [v4.0.0-rc.5](https://github.com/team-alembic/ash_authentication/compare/v4.0.0-rc.4...v4.0.0-rc.5) (2024-04-10)
### Breaking Changes:

View file

@ -18,7 +18,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:ash_authentication, "~> 4.0.0-rc.5"}
{:ash_authentication, "~> 4.0.0-rc.6"}
]
end
```

View file

@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do
@moduledoc false
use Mix.Project
@version "4.0.0-rc.5"
@version "4.0.0-rc.6"
def project do
[