Skip to content

Commit 47c0141

Browse files
committed
Bump to v6.0.1
1 parent 5b8a17e commit 47c0141

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77

88
### Added
99

10+
### Fixed
11+
12+
## [6.0.1] - 2019-07-30
13+
14+
### Added
15+
1016
- #1349, Add user defined raw output media types via `raw-media-types` config option - @Dansvidania
1117
- #1243, Add websearch_to_tsquery support - @herulume
1218

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"POSTGREST_VER": {
1212
"description": "Version of PostgREST to deploy",
13-
"value": "6.0.0"
13+
"value": "6.0.1"
1414
},
1515
"DB_URI": {
1616
"description": "Database connection string, e.g. postgres://user:pass@xxxxxxx.rds.amazonaws.com/mydb",

postgrest.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgrest
2-
version: 6.0.0
2+
version: 6.0.1
33
synopsis: REST API for any Postgres database
44
description: Reads the schema of a PostgreSQL database and creates RESTful routes
55
for the tables and views, supporting all HTTP verbs that security

0 commit comments

Comments
 (0)