From 0a803626d935da17d962b618a7d019357214d9da Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 12 Apr 2021 14:14:59 -0400 Subject: [PATCH] chore: release version v0.36.4 --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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 [