diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c6f0f..a99573b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.37.3](https://github.com/ash-project/ash_postgres/compare/v0.37.2...v0.37.3) (2021-04-26) + + + + +### Bug Fixes: + +* stringify struct defaults in migration generator + +* properly comment out extension uninstallation code + ## [v0.37.2](https://github.com/ash-project/ash_postgres/compare/v0.37.1...v0.37.2) (2021-04-21) diff --git a/mix.exs b/mix.exs index 543386e..65b357a 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.37.2" + @version "0.37.3" def project do [