diff --git a/CHANGELOG.md b/CHANGELOG.md index 238f5dea66..a8bd0a4569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [11.2.0] - 2023-08-10 + ### Added - #2523, Data representations - @aljungberg diff --git a/postgrest.cabal b/postgrest.cabal index 9017b1ca72..7c8a01b30e 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 11.1.0 +version: 11.2.0 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