diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6cf9b7b..db49a3af4 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.12] - 2026-05-20 + ### Fixed - Fix race condition in pool_available metric causing negative values during network instability by @mkleczek in #4622 diff --git a/postgrest.cabal b/postgrest.cabal index 4fff60a91..33ad7c18f 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 14.11 +version: 14.12 synopsis: REST API for any Postgres database description: Reads the schema of a PostgreSQL database and creates RESTful routes for tables, views, and functions, supporting all HTTP methods that security