diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ccc69..797db2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.34.1](https://github.com/ash-project/ash_postgres/compare/v0.34.0...v0.34.1) (2021-02-06) + + + + +### Bug Fixes: + +* reference the configured table if set + ## [v0.34.0](https://github.com/ash-project/ash_postgres/compare/v0.33.1...v0.34.0) (2021-02-06) diff --git a/mix.exs b/mix.exs index 8d21388..4923048 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.0" + @version "0.34.1" def project do [