chore: release version v1.3.13

This commit is contained in:
Zach Daniel 2023-02-17 15:24:59 -05:00
parent 49b94fd183
commit c5579c62f0
2 changed files with 10 additions and 1 deletions

View file

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

View file

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