From ed8be34b20fcc717f8873fc22a2919b797d19a6d Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Thu, 6 Nov 2025 12:45:55 +0500 Subject: [PATCH] chore: add changelog entry for v14.1 Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b173076..dc5ed5f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. From versio ## Unreleased +## [14.1] - 2025-11-05 + ## Fixed - Fix `db-pre-config` function failing when function names are pg reserved words by @taimoorzaeem in #4380