chore: release version v0.6.0

This commit is contained in:
github-actions 2022-11-10 02:02:46 +00:00
parent c5f589058e
commit 3a54be6b32
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 --> <!-- changelog -->
## [v0.6.0](https://github.com/team-alembic/ash_authentication/compare/v0.5.0...v0.6.0) (2022-11-10)
### Features:
* OAuth2Authentication: Add support for generic OAuth2 endpoints. (#28)
## [v0.5.0](https://github.com/team-alembic/ash_authentication/compare/v0.4.3...v0.5.0) (2022-11-04) ## [v0.5.0](https://github.com/team-alembic/ash_authentication/compare/v0.4.3...v0.5.0) (2022-11-04)

View file

@ -12,7 +12,7 @@ dependencies in `mix.exs`:
```elixir ```elixir
def deps do def deps do
[ [
{:ash_authentication, "~> 0.5.0"} {:ash_authentication, "~> 0.6.0"}
] ]
end end
``` ```

View file

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