diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb19bf1b..24b704c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +### Fixed + +## [0.3.1.0] - 2016-02-28 + ### Fixed - Prevent query error from infecting later connection - @begriffs, @ruslantalpa, @nikita-volkov, @jwiegley diff --git a/app.json b/app.json index 4d005b377..d110fd789 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ }, "POSTGREST_VER": { "description": "Version of PostgREST to deploy", - "value": "0.3.0.4" + "value": "0.3.1.0" }, "DB_NAME": { "description": "Database name", diff --git a/postgrest.cabal b/postgrest.cabal index 9fdb9cda3..7eb0931ab 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.3.0.4 +version: 0.3.1.0 synopsis: REST API for any Postgres database license: MIT license-file: LICENSE