chore: release version v1.6.6

This commit is contained in:
github-actions 2023-03-31 02:46:39 +00:00
parent ae6223d0ed
commit 7f09a5e623
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [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) ## [v1.6.5](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.6.4...v1.6.5) (2023-03-26)

View file

@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do
@moduledoc false @moduledoc false
use Mix.Project use Mix.Project
@version "1.6.5" @version "1.6.6"
def project do def project do
[ [