diff --git a/CHANGELOG.md b/CHANGELOG.md index c149122f4..88d86769b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [12.2.10] - 2025-04-18 + ### Fixed - #3889, Fix: JWT cache purging on every request decreases performance - @mkleczek diff --git a/postgrest.cabal b/postgrest.cabal index c6ab95b5a..e28537bf8 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 12.2.9 +version: 12.2.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