diff --git a/CHANGELOG.md b/CHANGELOG.md index 893a967..4e57806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.27](https://github.com/ash-project/ash_postgres/compare/v1.3.26...v1.3.27) (2023-05-17) + + + + +### Improvements: + +* raise better errors on conflicting locks + ## [v1.3.26](https://github.com/ash-project/ash_postgres/compare/v1.3.25...v1.3.26) (2023-05-16) diff --git a/mix.exs b/mix.exs index 319fea1..245d1e1 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "1.3.26" + @version "1.3.27" def project do [