diff --git a/CHANGELOG.md b/CHANGELOG.md index 559a320..2bddc45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.4.2](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.4.1...v1.4.2) (2023-01-13) + + + + +### Bug Fixes: + +* set ash_authentication? context on forms (#56) + ## [v1.4.1](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.4.0...v1.4.1) (2023-01-12) diff --git a/README.md b/README.md index 2bd7bdf..36e9487 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ of dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication_phoenix, "~> 1.4.1"} + {:ash_authentication_phoenix, "~> 1.4.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 2af9f2a..8c4fabc 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do @moduledoc false use Mix.Project - @version "1.4.1" + @version "1.4.2" def project do [