diff --git a/CHANGELOG.md b/CHANGELOG.md index 84bb4430..37a45d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.5.0](https://github.com/team-alembic/ash_authentication/compare/v3.4.2...v3.5.0) (2023-01-12) +### Breaking Changes: + +* GitHub: Add GitHub authentication strategy. (#125) + + + ## [v3.4.2](https://github.com/team-alembic/ash_authentication/compare/v3.4.1...v3.4.2) (2023-01-12) diff --git a/README.md b/README.md index f95b1fe0..048edb1a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.4.2"} + {:ash_authentication, "~> 3.5.0"} ] end ``` diff --git a/mix.exs b/mix.exs index a767c012..1fcd3520 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.4.2" + @version "3.5.0" def project do [