From 8539afc62b4e7a9fab7026c64c2f07c083c8ee0e Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 Feb 2023 03:41:12 +0000 Subject: [PATCH] chore: release version v3.9.4 --- CHANGELOG.md | 9 +++++++++ .../tutorials/getting-started-with-authentication.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de7cf3c..63d9346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.9.4](https://github.com/team-alembic/ash_authentication/compare/v3.9.3...v3.9.4) (2023-02-22) + + + + +### Improvements: + +* PasswordConfirmationValidation: allow `strategy_name` to be passed as an option. (#208) + ## [v3.9.3](https://github.com/team-alembic/ash_authentication/compare/v3.9.2...v3.9.3) (2023-02-19) diff --git a/documentation/tutorials/getting-started-with-authentication.md b/documentation/tutorials/getting-started-with-authentication.md index 6a42095..8d53545 100644 --- a/documentation/tutorials/getting-started-with-authentication.md +++ b/documentation/tutorials/getting-started-with-authentication.md @@ -15,7 +15,7 @@ Bring in the `ash_authentication` dependency: defp deps() [ # ... - {:ash_authentication, "~> 3.9.3"} + {:ash_authentication, "~> 3.9.4"} ] end ``` diff --git a/mix.exs b/mix.exs index 63e3499..3948209 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.9.3" + @version "3.9.4" def project do [