chore: release version v1.3.58

This commit is contained in:
Zach Daniel 2023-10-24 12:56:35 -04:00
parent 53bb5941e8
commit ac1673cf69
2 changed files with 12 additions and 1 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.3.58](https://github.com/ash-project/ash_postgres/compare/v1.3.57...v1.3.58) (2023-10-24)
### Bug Fixes:
* don't traverse new types for storage type
* properly join to related references in relationship filters
## [v1.3.57](https://github.com/ash-project/ash_postgres/compare/v1.3.56...v1.3.57) (2023-10-17)

View file

@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do
support, and delegates to a configured repo.
"""
@version "1.3.57"
@version "1.3.58"
def project do
[