From cd38da56d5e6f7ada9097c991877690f32983487 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Tue, 12 Dec 2023 19:20:47 -0500 Subject: [PATCH] bump version to 12.0.1 --- CHANGELOG.md | 2 ++ postgrest.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a2f8ef9d..8eef7586a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [12.0.1] - 2023-12-12 + ### Fixed - #3054, Fix not allowing special characters in JSON keys - @laurenceisla diff --git a/postgrest.cabal b/postgrest.cabal index 6608715dfd..9d82ce0556 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 12.0.0 +version: 12.0.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