From d31c873cd54d81a5905c5b0508d64cb06d21fb09 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 11 Jul 2025 19:21:40 +0200 Subject: [PATCH] chore(changelog): add removal of PostgreSQL 12 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1087bff91..e44244f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fix OpenAPI broken docs link by @taimoorzaeem in #4080 - Fix OpenAPI specification incorrectly exposing GET methods for volatile functions by @joelonsql in #4174 +### Changed + +- Drop support for PostgreSQL EOL version 12 by @wolfgangwalther in #3865 + ## [13.0.4] - 2025-06-17 ### Fixed