From 83e1bebcdc9c3dd0ac3165d247394e48d31e3cd2 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Thu, 16 Apr 2026 13:54:44 -0500 Subject: [PATCH] bump version to 14.10 --- CHANGELOG.md | 2 ++ postgrest.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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