diff --git a/CHANGELOG.md b/CHANGELOG.md index 789f737a..b8dc4da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.34.7](https://github.com/ash-project/ash/compare/v1.34.6...v1.34.7) (2021-02-26) + + + + +### Bug Fixes: + +* fix nested boolean expression optimization + ## [v1.34.6](https://github.com/ash-project/ash/compare/v1.34.5...v1.34.6) (2021-02-24) diff --git a/mix.exs b/mix.exs index 977e38ee..3fbdfdd7 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.34.6" + @version "1.34.7" def project do [