From 3b2b50d0e520bb78f646a3efdc350c0f6e55f588 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 6 Jun 2023 01:28:39 -0400 Subject: [PATCH] chore: release version v2.9.21 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- documentation/tutorials/get-started.md | 2 +- mix.exs | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6a540e2..60dc90d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.9.21](https://github.com/ash-project/ash/compare/v2.9.20...v2.9.21) (2023-06-06) + + + + +### Bug Fixes: + +* properly chain batch to each change in bulk creates + +* properly handle failed bulk creates with no errors + +### Improvements: + +* handle `nil`s in memory the same way sql would have + ## [v2.9.20](https://github.com/ash-project/ash/compare/v2.9.19...v2.9.20) (2023-06-05) diff --git a/README.md b/README.md index 36215abb..b34cef7f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ```elixir def deps do [ - {:ash, "~> 2.9.20"} + {:ash, "~> 2.9.21"} ] end ``` diff --git a/documentation/tutorials/get-started.md b/documentation/tutorials/get-started.md index 937fe066..9140a63e 100644 --- a/documentation/tutorials/get-started.md +++ b/documentation/tutorials/get-started.md @@ -73,7 +73,7 @@ defp deps do [ # {:dep_from_hexpm, "~> 0.3.0"}, # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}, - {:ash, "~> 2.9.20"} # <-- add this line + {:ash, "~> 2.9.21"} # <-- add this line ] end ``` diff --git a/mix.exs b/mix.exs index 257e8e44..ec9a300e 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.9.20" + @version "2.9.21" def project do [