chore: release version v0.25.3

This commit is contained in:
Zach Daniel 2020-11-05 21:20:47 -05:00
parent aaeca65df4
commit a20e56b84a
No known key found for this signature in database
GPG key ID: C377365383138D4B
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 -->
## [v0.25.3](https://github.com/ash-project/ash_postgres/compare/v0.25.2...v0.25.3) (2020-11-06)
### Improvements:
* add utc_datetime migration type
## [v0.25.2](https://github.com/ash-project/ash_postgres/compare/v0.25.1...v0.25.2) (2020-11-03)

View file

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