diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5316a5d..be2d36c77 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.10] - 2026-04-16 + ### Added - Log when the pool is released during schema cache reload on `log-level=debug` by @mkleczek in #4668 diff --git a/postgrest.cabal b/postgrest.cabal index 1dc8cc836..e0674e0e3 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 14.9 +version: 14.10 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