diff --git a/CHANGELOG.md b/CHANGELOG.md index 44829d0..a7971ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index df211de..f5c970d 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [