diff --git a/CHANGELOG.md b/CHANGELOG.md index 922c5ad..5c03abc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.29.4](https://github.com/ash-project/ash_postgres/compare/v0.29.3...v0.29.4) (2021-01-10) + + + + +### Improvements: + +* Omit field opts if they are default values (#37) + ## [v0.29.3](https://github.com/ash-project/ash_postgres/compare/v0.29.2...v0.29.3) (2021-01-08) diff --git a/mix.exs b/mix.exs index cdf1210..e08f8ce 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.29.3" + @version "0.29.4" def project do [