From a3edddde8b564056772d00d3e821136576f5e609 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 26 Dec 2024 12:23:00 -0500 Subject: [PATCH] chore: release version v2.4.19 --- CHANGELOG.md | 17 +++++++++++++++++ mix.exs | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32279517..be5782a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide +## [v2.4.19](https://github.com/ash-project/ash_postgres/compare/v2.4.18...v2.4.19) (2024-12-26) + + + + +### Bug Fixes: + +* ensure there is always at least one upsert field so filter is run + +### Improvements: + +* better min_pg_version when modifying a repo + +* automatically set `min_pg_version` where possible + +* use a notice to suggest configuring `min_pg_version` + ## [v2.4.18](https://github.com/ash-project/ash_postgres/compare/v2.4.17...v2.4.18) (2024-12-20) diff --git a/mix.exs b/mix.exs index e4e95809..e9ea8826 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do The PostgreSQL data layer for Ash Framework """ - @version "2.4.18" + @version "2.4.19" def project do [