chore: release version v0.41.0-rc.2

This commit is contained in:
Zach Daniel 2021-09-20 20:40:42 -04:00
parent 9204ec0121
commit 61301942fc
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.41.0-rc.2](https://github.com/ash-project/ash_postgres/compare/v0.41.0-rc.1...v0.41.0-rc.2) (2021-09-21)
### Bug Fixes:
* remove unused field from snapshot parsing
### Improvements:
* support `custom_indexes`
## [v0.41.0-rc.1](https://github.com/ash-project/ash_postgres/compare/v0.41.0-rc.0...v0.41.0-rc.1) (2021-09-20)

View file

@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do
support, and delegates to a configured repo.
"""
@version "0.41.0-rc.1"
@version "0.41.0-rc.2"
def project do
[