From bfdf917908a7c63d79d653cfc2702126d98babee Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 4 Jul 2023 09:39:19 -0400 Subject: [PATCH] chore: release version v2.11.2 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- documentation/tutorials/get-started.md | 2 +- mix.exs | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45f5ce37..53f66549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.11.2](https://github.com/ash-project/ash/compare/v2.11.1...v2.11.2) (2023-07-04) + + + + +### Bug Fixes: + +* return accumulator to correct state after altering exists + +* typo in at_most validation message (#640) + ## [v2.11.1](https://github.com/ash-project/ash/compare/v2.11.0...v2.11.1) (2023-07-04) diff --git a/README.md b/README.md index 2bfc5679..864c39b3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ```elixir def deps do [ - {:ash, "~> 2.11.1"} + {:ash, "~> 2.11.2"} ] end ``` diff --git a/documentation/tutorials/get-started.md b/documentation/tutorials/get-started.md index aaf5f56a..235920e2 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.11.1"} # <-- add this line + {:ash, "~> 2.11.2"} # <-- add this line ] end ``` diff --git a/mix.exs b/mix.exs index 5a7cb05e..08370a09 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.11.1" + @version "2.11.2" def project do [