chore: release version v1.3.25

This commit is contained in:
Zach Daniel 2023-05-08 15:55:05 -04:00
parent 333c3ad95d
commit 4aad75e3d3
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.25](https://github.com/ash-project/ash_postgres/compare/v1.3.24...v1.3.25) (2023-05-08)
### Improvements:
* support changeset.filters (for optimistic locking)
## [v1.3.24](https://github.com/ash-project/ash_postgres/compare/v1.3.23...v1.3.24) (2023-05-03)

View file

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