diff --git a/BACKERS.md b/BACKERS.md index a9a860f3ce..c74ebfb104 100644 --- a/BACKERS.md +++ b/BACKERS.md @@ -8,18 +8,18 @@ PostgREST ongoing development is only possible thanks to our Sponsors and Backer - - + + - + - - + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c3d9b29b4..d482f6145d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added +### Fixed + +## [6.0.0] - 2019-06-21 + +### Added + - #1186, Add support for user defined unix socket via `server-unix-socket` config option - #690, Add `?columns` query parameter for faster bulk inserts, also ignores unspecified json keys in a payload - @steve-chavez - #1239, Add support for resource embedding on materialized views - @vitorbaptista diff --git a/app.json b/app.json index ffc9d06acb..c96981e9d2 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ }, "POSTGREST_VER": { "description": "Version of PostgREST to deploy", - "value": "5.2.0" + "value": "6.0.0" }, "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 48fa148a74..c67342313d 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 5.2.0 +version: 6.0.0 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