From 9afce721fe44ebe40f7872049c88073097de26eb Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 3 Nov 2022 22:31:29 +0000 Subject: [PATCH] chore: release version v0.4.2 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e7f97..576411a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.4.2](https://github.com/team-alembic/ash_authentication/compare/v0.4.1...v0.4.2) (2022-11-03) + + + + +### Bug Fixes: + +* PasswordReset: Generate the reset token using the target action, not the source action. (#25) + +* PasswordReset: Generate the reset token using the target action, not the source action. + +### Improvements: + +* PasswordReset: rework PasswordReset to be a provider in it's own right - this means it has it's own routes, etc. + ## [v0.4.1](https://github.com/team-alembic/ash_authentication/compare/v0.4.0...v0.4.1) (2022-11-03) diff --git a/README.md b/README.md index 5c4f745..885de90 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 0.4.1"} + {:ash_authentication, "~> 0.4.2"} ] end ``` diff --git a/mix.exs b/mix.exs index b3444a4..0e4d091 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "0.4.1" + @version "0.4.2" def project do [