Skip to content

Commit 4ee02a0

Browse files
committed
chore: release version v1.3.5
1 parent 04a64b8 commit 4ee02a0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v1.3.5](https://github.com/ash-project/ash_postgres/compare/v1.3.4...v1.3.5) (2023-01-29)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* properly convert to/from ecto, only when necessary
16+
817
## [v1.3.4](https://github.com/ash-project/ash_postgres/compare/v1.3.3...v1.3.4) (2023-01-28)
918

1019

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do
66
support, and delegates to a configured repo.
77
"""
88

9-
@version "1.3.4"
9+
@version "1.3.5"
1010

1111
def project do
1212
[

0 commit comments

Comments
 (0)