From 757290f508bc1817d491402d0803046c34ce1d0d Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 9 Jan 2023 02:19:16 +0000 Subject: [PATCH] chore: release version v3.3.0 --- 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 f5d6f92..6a41932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.3.0](https://github.com/team-alembic/ash_authentication/compare/v3.2.2...v3.3.0) (2023-01-09) + + + + +### Features: + +* Make strategy names optional where possible. (#113) + ## [v3.2.2](https://github.com/team-alembic/ash_authentication/compare/v3.2.1...v3.2.2) (2023-01-08) diff --git a/README.md b/README.md index 2f4447b..370c440 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication, "~> 3.2.2"} + {:ash_authentication, "~> 3.3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 34e5440..399eda6 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do @moduledoc false use Mix.Project - @version "3.2.2" + @version "3.3.0" def project do [