From c700af6a0203a076f8b051f73895f7c1fc973b24 Mon Sep 17 00:00:00 2001 From: James Harton Date: Wed, 10 Jul 2024 14:17:32 +1200 Subject: [PATCH] chore: release version v2.0.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d99283..96e837b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.0.1](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.0.0...v2.0.1) (2024-07-10) + + + + +### Improvements: + +* fix deprecation warnings about live_flash/2. + ## [v2.0.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.0.0-rc.3...v2.0.0) (2024-05-10) diff --git a/mix.exs b/mix.exs index 9d1ae4e..e58620a 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do @moduledoc false use Mix.Project - @version "2.0.0" + @version "2.0.1" def project do [