chore: release version v3.1.0

This commit is contained in:
github-actions 2022-12-14 19:00:36 +00:00
parent 2ec70fff65
commit 8b02e936d4
3 changed files with 21 additions and 2 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v3.1.0](https://github.com/team-alembic/ash_authentication/compare/v3.0.4...v3.1.0) (2022-12-14)
### Breaking Changes:
* Jwt: Use token signing secret into the DSL.
### Features:
* Add option to store all tokens when they're created. (#91)
### Improvements:
* remove the need for a strategy in changeset/query contexts. (#89)
* add transaction reason
* try a simpler way of ensuring module is compiled
## [v3.0.4](https://github.com/team-alembic/ash_authentication/compare/v3.0.3...v3.0.4) (2022-12-08)

View file

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

View file

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