chore: release version v2.2.0

This commit is contained in:
Zach Daniel 2022-10-21 08:31:50 -04:00
parent 87877e7f87
commit 7540b31244
2 changed files with 22 additions and 1 deletions

View file

@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.2.0](https://github.com/ash-project/ash/compare/v2.1.0...v2.2.0) (2022-10-21)
### Features:
* add `Ash.Api.Info.depend_on_resources/1` to get the list of resources at compile time
### Bug Fixes:
* don't attempt to re-authorize access to already retrieved records in `Api.load/2`
### Improvements:
* when returning a page, choose keyset if `before` or `after` was supplied
* add keysets to records if any action supports keysets
* show conditions in policy breakdowns
## [v2.1.0](https://github.com/ash-project/ash/compare/v2.0.0...v2.1.0) (2022-10-19)

View file

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