From 67af28b33614bcfbc1ec31fabf71f578f68b13f7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 12 Feb 2023 23:00:08 +0000 Subject: [PATCH] chore: release version v3.9.2 --- 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 3276b6c..d02e9b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.9.2](https://github.com/team-alembic/ash_authentication/compare/v3.9.1...v3.9.2) (2023-02-12) + + + + +### Bug Fixes: + +* Password.Transformer: don't force users to define a `hashed_password` argument to the register action. (#192) + ## [v3.9.1](https://github.com/team-alembic/ash_authentication/compare/v3.9.0...v3.9.1) (2023-02-12) diff --git a/documentation/tutorials/getting-started-with-authentication.md b/documentation/tutorials/getting-started-with-authentication.md index 6a94e47..efb62fe 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.1"} + {:ash_authentication, "~> 3.9.2"} ] end ``` diff --git a/mix.exs b/mix.exs index ab7e61e..b8ac10e 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.9.1" + @version "3.9.2" def project do [