Bump to version v6.0.2

* Add missing CHANGELOG entry for #1368
This commit is contained in:
Steve Chávez
2019-08-22 11:12:01 -05:00
committed by GitHub
parent 681388631b
commit 713b214c9a
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -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
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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