From a4e00ffdf64b70daca4856198f1820eac6252c1f Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Wed, 20 Dec 2023 18:21:19 -0500 Subject: [PATCH] bump version to 12.0.2 --- CHANGELOG.md | 2 ++ postgrest.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fef31e84..314932f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [12.0.2] - 2023-12-20 + ### Fixed - #3124, Fix table's media type handlers not working for all schemas - @steve-chavez diff --git a/postgrest.cabal b/postgrest.cabal index 9d82ce055..1d5ddb867 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 12.0.1 +version: 12.0.2 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