From 499923883561bff9d5d3c50141619501655faf6b Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sat, 19 Nov 2022 14:27:06 -0500 Subject: [PATCH] chore: release version v2.4.8 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d8af91..8aa0853d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.4.8](https://github.com/ash-project/ash/compare/v2.4.7...v2.4.8) (2022-11-19) + + + + +### Bug Fixes: + +* fix `where` and `or_where` implementation + ## [v2.4.7](https://github.com/ash-project/ash/compare/v2.4.6...v2.4.7) (2022-11-19) diff --git a/mix.exs b/mix.exs index ab777b39..4f6ae0f9 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.7" + @version "2.4.8" def project do [