From ab2e734fa08755b53777aa17b5f680a2c10383bb Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sat, 19 Nov 2022 13:19:55 -0500 Subject: [PATCH] chore: release version v2.4.7 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 182e8b9b..86d8af91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.4.7](https://github.com/ash-project/ash/compare/v2.4.6...v2.4.7) (2022-11-19) + + + + +### Improvements: + +* add `where` and `or_where` to expr + ## [v2.4.6](https://github.com/ash-project/ash/compare/v2.4.5...v2.4.6) (2022-11-19) diff --git a/mix.exs b/mix.exs index 4f456c7e..ab777b39 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.4.6" + @version "2.4.7" def project do [