chore: release version v1.32.1

This commit is contained in:
Zach Daniel 2021-01-26 23:49:29 -05:00
parent 0ac0be6a1f
commit 6d982a6bd2
2 changed files with 18 additions and 1 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.32.1](https://github.com/ash-project/ash/compare/v1.32.0...v1.32.1) (2021-01-27)
### Bug Fixes:
* only run authorization once per request
* don't error on replacing empty relationship with empty
### Improvements:
* support `tenant` option to `get/2`
* support `message` option on identities
## [v1.32.0](https://github.com/ash-project/ash/compare/v1.31.1...v1.32.0) (2021-01-25)

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "1.32.0"
@version "1.32.1"
def project do
[