Skip to content

Commit 200e5a2

Browse files
committed
Merge pull request #536 from begriffs/build-0.3.1.1
Bump version
2 parents 1470091 + b8bbaa7 commit 200e5a2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## Unreleased
77

8+
### Fixed
9+
10+
## [0.3.1.1] - 2016-03-28
11+
812
### Fixed
913
- Preserve unicode values in insert,update,rpc (regression) - @begriffs
1014
- Prevent duplicate call to stored procs (regression) - @begriffs

app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"POSTGREST_VER": {
1212
"description": "Version of PostgREST to deploy",
13-
"value": "0.3.1.0"
13+
"value": "0.3.1.1"
1414
},
1515
"DB_NAME": {
1616
"description": "Database name",

postgrest.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: postgrest
22
description: Reads the schema of a PostgreSQL database and creates RESTful routes
33
for the tables and views, supporting all HTTP verbs that security
44
permits.
5-
version: 0.3.1.0
5+
version: 0.3.1.1
66
synopsis: REST API for any Postgres database
77
license: MIT
88
license-file: LICENSE

0 commit comments

Comments
 (0)