chore: release version v1.4.1

This commit is contained in:
github-actions 2023-01-12 06:31:44 +00:00
parent dbc9fcc5a8
commit fc8014ab32
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.1](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.4.0...v1.4.1) (2023-01-12)
### Improvements:
* Add Github icon. (#55)
## [v1.4.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.3.1...v1.4.0) (2023-01-12)

View file

@ -17,7 +17,7 @@ of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ash_authentication_phoenix, "~> 1.4.0"}
{:ash_authentication_phoenix, "~> 1.4.1"}
]
end
```

View file

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