From 7540b3124474ac51c838d7faea6154301d520f68 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 21 Oct 2022 08:31:50 -0400 Subject: [PATCH] chore: release version v2.2.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f08f9c2d..7f9a5399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index 2c4a768a..aa4e9bba 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [