diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf257be..55c08c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.11.12](https://github.com/team-alembic/ash_authentication/compare/v3.11.11...v3.11.12) (2023-09-21) + + + + +### Bug Fixes: + +* include `finch` in the dependencies. + +* deprecated mint httpadapter (#425) + ## [v3.11.11](https://github.com/team-alembic/ash_authentication/compare/v3.11.10...v3.11.11) (2023-09-21) diff --git a/README.md b/README.md index a4409b2a..6074e5f3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.11.11"} + {:ash_authentication, "~> 3.11.12"} ] end ``` diff --git a/documentation/tutorials/getting-started-with-authentication.md b/documentation/tutorials/getting-started-with-authentication.md index d47acc02..d2cd8320 100644 --- a/documentation/tutorials/getting-started-with-authentication.md +++ b/documentation/tutorials/getting-started-with-authentication.md @@ -15,7 +15,7 @@ Bring in the `ash_authentication` dependency: defp deps() [ # ... - {:ash_authentication, "~> 3.11.11"} + {:ash_authentication, "~> 3.11.12"} ] end ``` diff --git a/mix.exs b/mix.exs index 85eb05ed..717a5bb1 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.11.11" + @version "3.11.12" def project do [