chore: release version v3.0.1

This commit is contained in:
github-actions 2022-12-05 00:12:57 +00:00
parent 2cee21c9ed
commit 2b3c242e80
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v3.0.1](https://github.com/team-alembic/ash_authentication/compare/v3.0.0...v3.0.1) (2022-12-05)
### Improvements:
* actions: All actions now take optional arguments for the underlying API call. (#61)
## [v3.0.0](https://github.com/team-alembic/ash_authentication/compare/v2.0.1...v3.0.0) (2022-12-04) ## [v3.0.0](https://github.com/team-alembic/ash_authentication/compare/v2.0.1...v3.0.0) (2022-12-04)
### Breaking Changes: ### Breaking Changes:

View file

@ -12,7 +12,7 @@ dependencies in `mix.exs`:
```elixir ```elixir
def deps do def deps do
[ [
{:ash_authentication, "~> 3.0.0"} {:ash_authentication, "~> 3.0.1"}
] ]
end end
``` ```

View file

@ -2,7 +2,7 @@ defmodule AshAuthentication.MixProject do
@moduledoc false @moduledoc false
use Mix.Project use Mix.Project
@version "3.0.0" @version "3.0.1"
def project do def project do
[ [