From 716f0b7ed6585ca80b2bd76c7d7a5bf60f2d133e Mon Sep 17 00:00:00 2001 From: James Harton Date: Mon, 2 Sep 2024 09:31:47 +1200 Subject: [PATCH] chore: release version v4.0.4 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c8b0d5..5a416de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,31 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index 86e9709..13853de 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [