From 085a9f74bf466ecf31eae4b9e0e8c7fb6141ab8c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 27 Sep 2024 09:02:20 -0400 Subject: [PATCH] chore: release version v2.4.3 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc6628e..1579a5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.4.3](https://github.com/ash-project/ash_postgres/compare/v2.4.2...v2.4.3) (2024-09-27) + + + + +### Bug Fixes: + +* support pg <= 14 in resource generator, and update tests + ## [v2.4.2](https://github.com/ash-project/ash_postgres/compare/v2.4.1...v2.4.2) (2024-09-24) diff --git a/mix.exs b/mix.exs index 49bf272f..f5899a47 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.2" + @version "2.4.3" def project do [