From b152cdd6a3c085486f850a2ea18e0e32c814a6d2 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 14 Sep 2022 11:21:45 -0400 Subject: [PATCH] chore: release version v2.0.0-rc.5 --- CHANGELOG.md | 19 +++++++++++++++++++ mix.exs | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 145a872a..ec69588b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.0.0-rc.5](https://github.com/ash-project/ash/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2022-09-14) + + + + +### Bug Fixes: + +* inspect the match for default message + +### Improvements: + +* validate aggregate paths supported + +* add `filterable?` option to relationships + +* add data layer capability for aggregate relationships & filter relationships + +* add guide on manual relationships + ## [v2.0.0-rc.4](https://github.com/ash-project/ash/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2022-09-12) diff --git a/mix.exs b/mix.exs index e541131c..4228239f 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.0.0-rc.4" + @version "2.0.0-rc.5" def project do [