chore: release version v0.32.1

This commit is contained in:
Zach Daniel 2021-01-24 13:25:12 -05:00
parent d8b3db7bf1
commit bdb155a872
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.32.1](https://github.com/ash-project/ash_postgres/compare/v0.32.0...v0.32.1) (2021-01-24)
### Bug Fixes:
* `ago` was adding, not subtracting
## [v0.32.0](https://github.com/ash-project/ash_postgres/compare/v0.31.1...v0.32.0) (2021-01-24)

View file

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