From b8bbaa77648a609de30ca6c7fe4a9a5c35a6c77c Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Mon, 28 Mar 2016 13:26:06 -0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ app.json | 2 +- postgrest.cabal | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d6f94e2..cbad5209e 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.1] - 2016-03-28 + ### Fixed - Preserve unicode values in insert,update,rpc (regression) - @begriffs - Prevent duplicate call to stored procs (regression) - @begriffs diff --git a/app.json b/app.json index d110fd789..46b6e436c 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ }, "POSTGREST_VER": { "description": "Version of PostgREST to deploy", - "value": "0.3.1.0" + "value": "0.3.1.1" }, "DB_NAME": { "description": "Database name", diff --git a/postgrest.cabal b/postgrest.cabal index 6ea5b913c..0b32e0326 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.1.0 +version: 0.3.1.1 synopsis: REST API for any Postgres database license: MIT license-file: LICENSE