diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0c05b9..5c5ace0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.50.14](https://github.com/ash-project/ash/compare/v1.50.13...v1.50.14) (2021-12-21) + + + + +### Bug Fixes: + +* fix recursion in `do_reverse_relationship_path/3` + +### Improvements: + +* add more authorizer state management + +* customizable exception for authorizers + ## [v1.50.13](https://github.com/ash-project/ash/compare/v1.50.12...v1.50.13) (2021-12-21) diff --git a/mix.exs b/mix.exs index 63d94df5..feff9954 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "1.50.13" + @version "1.50.14" def project do [