diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1c8ec..395170a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.9.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.8.7...v1.9.0) (2023-11-13) + + + + +### Features: + +* Add rendering of flash messages from live components + ## [v1.8.7](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.8.6...v1.8.7) (2023-10-26) diff --git a/mix.exs b/mix.exs index f9dca03..9bbcad2 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do @moduledoc false use Mix.Project - @version "1.8.7" + @version "1.9.0" def project do [