From 1b2f3c6cff6007c3d6fd8fdfd91ccd52b00a9fd6 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 24 Oct 2021 14:33:47 -0400 Subject: [PATCH] chore: release version v1.48.0-rc.23 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97057e16..9cc5018e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.48.0-rc.23](https://github.com/ash-project/ash/compare/v1.48.0-rc.22...v1.48.0-rc.23) (2021-10-24) + + + + +### Bug Fixes: + +* breaking change! disambiguating functions in keyword filter syntax + ## [v1.48.0-rc.22](https://github.com/ash-project/ash/compare/v1.48.0-rc.21...v1.48.0-rc.22) (2021-10-23) diff --git a/mix.exs b/mix.exs index 5f10ea88..2c6e0c9a 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "1.48.0-rc.22" + @version "1.48.0-rc.23" def project do [