chore: release version v1.4.2

This commit is contained in:
github-actions 2023-01-13 01:44:36 +00:00
parent 4525b13e36
commit 952fc38bfc
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
```

View file

@ -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
[