diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d1321..3031ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.43.0](https://github.com/ash-project/ash_postgres/compare/v0.42.0-rc.7...v0.43.0) (2022-08-05) + + + + +### Bug Fixes: + +* properly order check constraints + +* remove check constraints before adding them + +### Improvements: + +* fix typecasting for calculations & embed access + +* add custom_statements to migration generator + +* support `||` and `&&` + ## [v0.42.0-rc.7](https://github.com/ash-project/ash_postgres/compare/v0.42.0-rc.6...v0.42.0-rc.7) (2022-07-14) diff --git a/mix.exs b/mix.exs index 2eb8f45..066e65f 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.42.0-rc.7" + @version "0.43.0" def project do [