From 3f5345a0e907e36a5e4f6931c09ce77fd98fc8a7 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 26 Apr 2023 22:25:52 -0400 Subject: [PATCH] chore: release version v1.3.21 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4bafa9..d748bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.21](https://github.com/ash-project/ash_postgres/compare/v1.3.20...v1.3.21) (2023-04-27) + + + + +### Improvements: + +* handle new spark versions better, more explicit snapshots + ## [v1.3.20](https://github.com/ash-project/ash_postgres/compare/v1.3.19...v1.3.20) (2023-04-22) diff --git a/mix.exs b/mix.exs index 69dc1b2..4e4619f 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "1.3.20" + @version "1.3.21" def project do [