diff --git a/CHANGELOG.md b/CHANGELOG.md index ab4e22f..9ed6f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.57](https://github.com/ash-project/ash_postgres/compare/v1.3.56...v1.3.57) (2023-10-17) + + + + +### Improvements: + +* allow for combining `AshPostgres.Repo` with other repos + ## [v1.3.56](https://github.com/ash-project/ash_postgres/compare/v1.3.55...v1.3.56) (2023-10-11) diff --git a/mix.exs b/mix.exs index 96e9ea6..23bef2d 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "1.3.56" + @version "1.3.57" def project do [