From cce4d879957fce812708efc790914706c49a8c71 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 12 Jan 2023 05:02:37 +0000 Subject: [PATCH] chore: release version v3.5.1 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a45d0..431c6f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.5.1](https://github.com/team-alembic/ash_authentication/compare/v3.5.0...v3.5.1) (2023-01-12) + + + + +### Bug Fixes: + +* missing icons in OAuth2 strategies. (#126) + ## [v3.5.0](https://github.com/team-alembic/ash_authentication/compare/v3.4.2...v3.5.0) (2023-01-12) ### Breaking Changes: diff --git a/README.md b/README.md index 048edb1..d6677f7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.5.0"} + {:ash_authentication, "~> 3.5.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 1fcd352..8985a9b 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.5.0" + @version "3.5.1" def project do [