From a2ee0039211ac323075d96a98380b537efe66554 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Thu, 9 May 2024 18:09:01 +0200 Subject: [PATCH] bump version to 12.0.3 --- CHANGELOG.md | 2 ++ postgrest.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b5fe24aa..f06dbef628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [12.0.3] - 2024-05-09 + ### Fixed - #3149, Misleading "Starting PostgREST.." logs on schema cache reloading - @steve-chavez diff --git a/postgrest.cabal b/postgrest.cabal index 1d5ddb8679..b8089bb923 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 12.0.2 +version: 12.0.3 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