chore: release version v4.0.4

This commit is contained in:
James Harton 2024-09-02 09:31:47 +12:00
parent 578a353d17
commit 716f0b7ed6
Signed by: james
GPG key ID: 90E82DAA13F624F4
2 changed files with 26 additions and 1 deletions

View file

@ -5,6 +5,31 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v4.0.4](https://github.com/team-alembic/ash_authentication/compare/v4.0.3...v4.0.4) (2024-09-01)
### Bug Fixes:
* update types and formatter
* add secret values to config
* sort new fields
* sort new types
* properly set allow_nil for apple secrets
* credo and sobelow warnings
### Improvements:
* add apple strategy (#750)
* add apple strategy
## [v4.0.3](https://github.com/team-alembic/ash_authentication/compare/v4.0.2...v4.0.3) (2024-08-22)

View file

@ -6,7 +6,7 @@ defmodule AshAuthentication.MixProject do
Authentication extension for the Ash Framework.
"""
@version "4.0.3"
@version "4.0.4"
def project do
[