diff --git a/CHANGELOG.md b/CHANGELOG.md index ce803d1..0ee6db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/README.md b/README.md index 01ff5a8..e600a9b 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index f8cf84c..b7b79f5 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [