From 5c7ab0fe1ef7fc88d264a774a5cf04370fd2bfd2 Mon Sep 17 00:00:00 2001 From: James Harton Date: Mon, 2 Oct 2023 12:04:49 +1300 Subject: [PATCH] chore: release version v1.8.4 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6c09c..64d3b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.8.4](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.8.3...v1.8.4) (2023-10-01) + + + + +### Improvements: + +* optional support for routing to register & reset links (#281) + ## [v1.8.3](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.8.2...v1.8.3) (2023-09-23) diff --git a/mix.exs b/mix.exs index e171c80..88a5ea3 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do @moduledoc false use Mix.Project - @version "1.8.3" + @version "1.8.4" def project do [