diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab380c..f9677d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.13](https://github.com/ash-project/ash_postgres/compare/v1.3.12...v1.3.13) (2023-02-17) + + + + +### Bug Fixes: + +* don't use `:distinct` when `uniq?` is not `true` + ## [v1.3.12](https://github.com/ash-project/ash_postgres/compare/v1.3.11...v1.3.12) (2023-02-16) diff --git a/mix.exs b/mix.exs index 005b2f9..6d4751d 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.12" + @version "1.3.13" def project do [