diff --git a/CHANGELOG.md b/CHANGELOG.md index d3292a8..fd9438d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.36.4](https://github.com/ash-project/ash_postgres/compare/v0.36.3...v0.36.4) (2021-04-12) + + + + +### Bug Fixes: + +* don't explicitly set type in `references` + +### Improvements: + +* default integers to `:bigint` + ## [v0.36.3](https://github.com/ash-project/ash_postgres/compare/v0.36.2...v0.36.3) (2021-04-12) diff --git a/mix.exs b/mix.exs index 831714e..e302839 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.36.3" + @version "0.36.4" def project do [