From 713b214c9ab44cad3d3df83ed6fa663901406857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20Ch=C3=A1vez?= Date: Thu, 22 Aug 2019 11:12:01 -0500 Subject: [PATCH] Bump to version v6.0.2 * Add missing CHANGELOG entry for #1368 --- CHANGELOG.md | 5 +++++ app.json | 2 +- postgrest.cabal | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c119c8323..78ba7b1ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +## [6.0.2] - 2019-08-22 + +### Fixed + - #1369, Change `raw-media-types` to accept a string of comma separated MIME types - @Dansvidania +- #1368, Fix long column descriptions being truncated at 63 characters in PostgreSQL 12 - @amedeedaboville - #1348, Go back to converting plus "+" to space " " in querystrings by default - @steve-chavez ### Deprecated diff --git a/app.json b/app.json index 57c78c317..64b70b153 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ }, "POSTGREST_VER": { "description": "Version of PostgREST to deploy", - "value": "6.0.1" + "value": "6.0.2" }, "DB_URI": { "description": "Database connection string, e.g. postgres://user:pass@xxxxxxx.rds.amazonaws.com/mydb", diff --git a/postgrest.cabal b/postgrest.cabal index e28b65ca8..ba1ecff8c 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 6.0.1 +version: 6.0.2 synopsis: REST API for any Postgres database description: Reads the schema of a PostgreSQL database and creates RESTful routes for the tables and views, supporting all HTTP verbs that security