From d8bd7030bbaa0bc337863854ac1170b10ad46dfc Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 15 Jan 2023 07:34:35 +0000 Subject: [PATCH] chore: release version v3.6.1 --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ca5dc..54cd207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.6.1](https://github.com/team-alembic/ash_authentication/compare/v3.6.0...v3.6.1) (2023-01-15) + + + + +### Bug Fixes: + +* don't call `hash_provider.valid?` on `nil` values (#135) + +* use configured hashed_password_field + +### Improvements: + +* set confirmed field to `nil`, for reconfirmation (#136) + +* set confirmed field to `nil`, for reconfirmation + +* only change `confirmed_at_field` if its not changing, and only on updates + ## [v3.6.0](https://github.com/team-alembic/ash_authentication/compare/v3.5.3...v3.6.0) (2023-01-13) ### Breaking Changes: diff --git a/README.md b/README.md index d2b311b..ee24efa 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.6.0"} + {:ash_authentication, "~> 3.6.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 80eeeb7..8460f8d 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.6.0" + @version "3.6.1" def project do [