chore: release version v1.9.0

This commit is contained in:
github-actions 2023-11-13 03:57:55 +00:00
parent 69b2a84a64
commit a1e0e4f561
2 changed files with 10 additions and 1 deletions

View file

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

View file

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