chore: release version v1.1.3

This commit is contained in:
Zach Daniel 2022-11-30 20:59:48 -05:00
parent f03332c13b
commit a4fba522d9
2 changed files with 20 additions and 1 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
[