diff --git a/CHANGELOG.md b/CHANGELOG.md index 87fece5..67a57ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.6.6](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.6.5...v1.6.6) (2023-03-31) + + + + +### Bug Fixes: + +* better behavior when password registration disabled + +* only show register page if register is enabled + +* resolve issues w/ assigning socket & test helper flash + ## [v1.6.5](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.6.4...v1.6.5) (2023-03-26) diff --git a/mix.exs b/mix.exs index 62d8755..6897762 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do @moduledoc false use Mix.Project - @version "1.6.5" + @version "1.6.6" def project do [