diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e995d3d0..0c7afc554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added +### Fixed + +## [5.1.0] - 2018-08-31 + +### Added + - #1099, Add support for getting json/jsonb by array index - @steve-chavez - #1145, Add materialized view columns to OpenAPI output - @steve-chavez - #709, Allow embedding on views with subselects/CTE - @steve-chavez diff --git a/app.json b/app.json index 4b10f61ff..2003b545a 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ }, "POSTGREST_VER": { "description": "Version of PostgREST to deploy", - "value": "0.5.0.0" + "value": "5.1.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 6aaeaf999..252314749 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -2,7 +2,7 @@ name: postgrest description: Reads the schema of a PostgreSQL database and creates RESTful routes for the tables and views, supporting all HTTP verbs that security permits. -version: 0.5.0.0 +version: 5.1.0 synopsis: REST API for any Postgres database license: MIT license-file: LICENSE