From 2f4d86b1b7d8145019d0f5e4a63ef0131ccb9076 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 21 Nov 2022 03:01:32 -0500 Subject: [PATCH] chore: release version v2.4.10 --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adf71097..8929db20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.4.10](https://github.com/ash-project/ash/compare/v2.4.9...v2.4.10) (2022-11-21) + + + + +### Improvements: + +* return invalid primary key errors for `Api.get` when the input can't be cast + +* much more readable errors when building loads + +* better check module validation + ## [v2.4.9](https://github.com/ash-project/ash/compare/v2.4.8...v2.4.9) (2022-11-21) diff --git a/mix.exs b/mix.exs index dd3f57bb..8c119205 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.9" + @version "2.4.10" def project do [