diff --git a/CHANGELOG.md b/CHANGELOG.md index b3d84cd..59841f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.0-rc.1](https://github.com/ash-project/ash_postgres/compare/v1.3.0-rc.0...v1.3.0-rc.1) (2023-01-06) + + + + +### Bug Fixes: + +* use `parent_expr` instead of `this` + +* various expression & type building fixes + ## [v1.3.0-rc.0](https://github.com/ash-project/ash_postgres/compare/v1.2.6...v1.3.0-rc.0) (2023-01-04) diff --git a/mix.exs b/mix.exs index 670be50..48f6bd2 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "1.3.0-rc.0" + @version "1.3.0-rc.1" def project do [