From ed5118fe65409553fc765f3170e85bdcedfaf4ca Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 20 Sep 2021 20:48:33 -0400 Subject: [PATCH] chore: release version v0.41.0-rc.3 --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b6508..5313467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.41.0-rc.3](https://github.com/ash-project/ash_postgres/compare/v0.41.0-rc.2...v0.41.0-rc.3) (2021-09-21) + + + + +### Bug Fixes: + +* handle nil values in snapshots better + +* remove unused field from snapshot parsing + +### Improvements: + +* support `custom_indexes` + ## [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) diff --git a/mix.exs b/mix.exs index 8fc3cf7..aee2fe6 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.0-rc.2" + @version "0.41.0-rc.3" def project do [