diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b0e30b..5449892c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.48.0-rc.18](https://github.com/ash-project/ash/compare/v1.48.0-rc.17...v1.48.0-rc.18) (2021-10-20) + + + + +### Improvements: + +* add `get_by` and `get_by_identity` to code interface + +* compile time validations for managed relationships + ## [v1.48.0-rc.17](https://github.com/ash-project/ash/compare/v1.48.0-rc.16...v1.48.0-rc.17) (2021-10-19) diff --git a/mix.exs b/mix.exs index 1a5ab75f..526acd5a 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.48.0-rc.17" + @version "1.48.0-rc.18" def project do [