diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4a22c6..0566c6e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.38.0](https://github.com/ash-project/ash/compare/v1.37.2...v1.38.0) (2021-03-31) + + + + +### Features: + +* support `Ash.Query.distinct/2` + +* add `build/2` query preparation + +### Bug Fixes: + +* manage_relationships *before* after_action callbacks + ## [v1.37.2](https://github.com/ash-project/ash/compare/v1.37.1...v1.37.2) (2021-03-29) diff --git a/mix.exs b/mix.exs index 5f1ee3de..83eb04bc 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.37.2" + @version "1.38.0" def project do [