diff --git a/CHANGELOG.md b/CHANGELOG.md index 42aba3f..ab1c8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.8.7](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.8.6...v1.8.7) (2023-10-26) + + + + +### Bug Fixes: + +* Pass tenant to generated Live View forms (#310) + +* pull assign out of other flow + +* sets a nil value in assigns for :current_tenant in subcomponents if not already set + ## [v1.8.6](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.8.5...v1.8.6) (2023-10-25) diff --git a/mix.exs b/mix.exs index b5066e6..b465883 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do @moduledoc false use Mix.Project - @version "1.8.6" + @version "1.8.7" def project do [