From 1f13e43abec9fb7acda3967d3645d28e6a1f112a Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Wed, 7 Jun 2023 19:03:31 -0500 Subject: [PATCH] bump version to 11.1.0 --- CHANGELOG.md | 2 ++ postgrest.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 954d56198..79d025313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [11.1.0] - 2023-06-07 + ### Added - #2786, Limit idle postgresql connection lifetime - @robx diff --git a/postgrest.cabal b/postgrest.cabal index daf8b6c1f..3dd458937 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 11.0.1 +version: 11.1.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