From 00580bc8cb0c8e250af7b2de2730e162710ae2dc Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 1 Dec 2023 19:18:07 -0500 Subject: [PATCH] bump version to 12.0.0 --- CHANGELOG.md | 2 ++ postgrest.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6464a35f..55fe6cfbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [12.0.0] - 2023-12-01 + ### Added - #1614, Add `db-pool-automatic-recovery` configuration to disable connection retrying - @taimoorzaeem diff --git a/postgrest.cabal b/postgrest.cabal index d879b1b63..6608715df 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 11.2.0 +version: 12.0.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