From 47c0141c4967b4e5349b7ee462059d9263618fdf Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Tue, 30 Jul 2019 17:04:20 -0500 Subject: [PATCH] Bump to v6.0.1 --- CHANGELOG.md | 6 ++++++ app.json | 2 +- postgrest.cabal | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26fb7c4e4..4d19f841d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added +### Fixed + +## [6.0.1] - 2019-07-30 + +### Added + - #1349, Add user defined raw output media types via `raw-media-types` config option - @Dansvidania - #1243, Add websearch_to_tsquery support - @herulume diff --git a/app.json b/app.json index c96981e9d..57c78c317 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ }, "POSTGREST_VER": { "description": "Version of PostgREST to deploy", - "value": "6.0.0" + "value": "6.0.1" }, "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 c915e13c1..e28b65ca8 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 6.0.0 +version: 6.0.1 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