diff --git a/CHANGELOG.md b/CHANGELOG.md index 9abc3dbc4..d1286faad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.46.2](https://github.com/ash-project/ash/compare/v1.46.1...v1.46.2) (2021-07-04) + + + + +### Improvements: + +* info only `required?` flag for `has_one` + ## [v1.46.1](https://github.com/ash-project/ash/compare/v1.46.0...v1.46.1) (2021-07-02) diff --git a/mix.exs b/mix.exs index 8fcde3572..e1af00515 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.46.1" + @version "1.46.2" def project do [