chore: release version v0.5.0

This commit is contained in:
github-actions 2022-11-14 23:05:30 +00:00
parent 5cf8e0d8af
commit af59f988fc
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 -->
## [v0.5.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v0.4.0...v0.5.0) (2022-11-14)
### Features:
* OAuth2: Add OAuth2 link component. (#12)
## [v0.4.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v0.3.0...v0.4.0) (2022-11-10)

View file

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

View file

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