From e149bb16ea4738635709d009049b85b9644f08f8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 21 Sep 2023 21:19:19 +0000 Subject: [PATCH] chore: release version v3.11.11 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- .../tutorials/getting-started-with-authentication.md | 2 +- mix.exs | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c52d030..4cf257b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.11.11](https://github.com/team-alembic/ash_authentication/compare/v3.11.10...v3.11.11) (2023-09-21) + + + + +### Bug Fixes: + +* include `finch` in the dependencies. + +* deprecated mint httpadapter (#425) + ## [v3.11.10](https://github.com/team-alembic/ash_authentication/compare/v3.11.9...v3.11.10) (2023-09-18) diff --git a/README.md b/README.md index b7389c7..a4409b2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.11.10"} + {:ash_authentication, "~> 3.11.11"} ] end ``` diff --git a/documentation/tutorials/getting-started-with-authentication.md b/documentation/tutorials/getting-started-with-authentication.md index edb5712..d47acc0 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.10"} + {:ash_authentication, "~> 3.11.11"} ] end ``` diff --git a/mix.exs b/mix.exs index 4624a79..85eb05e 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.11.10" + @version "3.11.11" def project do [