chore: release version v0.41.2

This commit is contained in:
Zach Daniel 2021-11-10 04:19:36 -05:00
parent af97c549c5
commit 032bdc52df
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.41.2](https://github.com/ash-project/ash_postgres/compare/v0.41.1...v0.41.2) (2021-11-10)
### Bug Fixes:
* copy query prefix to newly created query (#74)
### Improvements:
* add custom migration types, and repo level override
* update to latest version of ash
## [v0.41.1](https://github.com/ash-project/ash_postgres/compare/v0.41.0-rc.9...v0.41.1) (2021-11-03)

View file

@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do
support, and delegates to a configured repo.
"""
@version "0.41.1"
@version "0.41.2"
def project do
[