diff --git a/CHANGELOG.md b/CHANGELOG.md index c3850d61..83700525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.0.0-rc.11](https://github.com/ash-project/ash/compare/v3.0.0-rc.10...v3.0.0-rc.11) (2024-04-04) + + + + +### Bug Fixes: + +* properly handle multiple paths for checking sortable relationships + +* multi-line DSL doc options in `Ash.Reactor`. (#974) + ## [v3.0.0-rc.10](https://github.com/ash-project/ash/compare/v3.0.0-rc.9...v3.0.0-rc.10) (2024-04-03) diff --git a/README.md b/README.md index 40759ba1..250789b8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ```elixir def deps do [ - {:ash, "~> 3.0.0-rc.10"} + {:ash, "~> 3.0.0-rc.11"} ] end ``` diff --git a/mix.exs b/mix.exs index 98ea96ba..33e232d9 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "3.0.0-rc.10" + @version "3.0.0-rc.11" def project do [