diff --git a/CHANGELOG.md b/CHANGELOG.md index c3bd0cf3f..1fb97db65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +### Fixed + +## [0.3.0.4] - 2016-02-12 + ### Fixed - Improved usage screen - @begriffs - Reject non-POSTs to rpc endpoints - @begriffs diff --git a/app.json b/app.json index 95df5913c..4d005b377 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ }, "POSTGREST_VER": { "description": "Version of PostgREST to deploy", - "value": "0.3.0.3" + "value": "0.3.0.4" }, "DB_NAME": { "description": "Database name", diff --git a/postgrest.cabal b/postgrest.cabal index 27e62c2f2..30b477626 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.3 +version: 0.3.0.4 synopsis: REST API for any Postgres database license: MIT license-file: LICENSE