diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ae83e24..506403aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file. From versio - Log error when `db-schemas` config contains schema `pg_catalog` or `information_schema` by @taimoorzaeem in #4359 +## [14.2] - 2025-12-18 + ### Fixed - Fix `hasSingleUnnamedParam` incorrectly matching functions with named parameters by @joelonsql in #4553