From a4fba522d98306042aef265d81fd53ceff7b3d30 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 30 Nov 2022 20:59:48 -0500 Subject: [PATCH] chore: release version v1.1.3 --- CHANGELOG.md | 19 +++++++++++++++++++ mix.exs | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0608e78..24787fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.1.3](https://github.com/ash-project/ash_postgres/compare/v1.1.2...v1.1.3) (2022-12-01) + + + + +### Bug Fixes: + +* properly turn custom index keys into atoms + +### Improvements: + +* update ash, add test for transaction hooks + +* support new transaction info with hooks + +* add unique constraints to changeset for custom unique indexes + +* separate out concurrent index creations and do them in a separate transaction + ## [v1.1.2](https://github.com/ash-project/ash_postgres/compare/v1.1.1...v1.1.2) (2022-11-21) diff --git a/mix.exs b/mix.exs index 16054aa..45decc5 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "1.1.2" + @version "1.1.3" def project do [