Bump to v6.0.1

This commit is contained in:
steve-chavez
2019-07-30 22:34:28 +00:00
committed by Steve Chávez
parent 5b8a17e366
commit 47c0141c49
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -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
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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