diff --git a/CHANGELOG.md b/CHANGELOG.md index accd3e3..71bf6f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.34.7](https://github.com/ash-project/ash_postgres/compare/v0.34.6...v0.34.7) (2021-03-02) + + + + +### Bug Fixes: + +* typo in references for multitenancy + +* `null: true` when attr isn't on all resources for a table + ## [v0.34.6](https://github.com/ash-project/ash_postgres/compare/v0.34.5...v0.34.6) (2021-02-24) diff --git a/mix.exs b/mix.exs index c7380e3..d290de3 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.34.6" + @version "0.34.7" def project do [