From d07b5acf159f2e7bb9cfc97793323d2716d8d8ff Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Tue, 3 Oct 2023 18:50:00 -0500 Subject: [PATCH] Bump to v11.2.1 --- CHANGELOG.md | 2 +- postgrest.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b72be077..524f870cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [11.2.1] - 2023-10-03 ### Fixed diff --git a/postgrest.cabal b/postgrest.cabal index 1fd1cef4ed..9c81d075df 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 11.2.0 +version: 11.2.1 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