diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c78a88..7a2401b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index 2063fa0..6311302 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [