chore: release version v0.36.4

This commit is contained in:
Zach Daniel 2021-04-12 14:14:59 -04:00
parent 4417eaa6a1
commit 0a803626d9
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
[