Skip to content

Commit 0dd8a49

Browse files
committed
v0.3.0.4
1 parent f9b8e68 commit 0dd8a49

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.0.4] - 2016-02-12
11+
812
### Fixed
913
- Improved usage screen - @begriffs
1014
- Reject non-POSTs to rpc endpoints - @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.0.3"
13+
"value": "0.3.0.4"
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.0.3
5+
version: 0.3.0.4
66
synopsis: REST API for any Postgres database
77
license: MIT
88
license-file: LICENSE

0 commit comments

Comments
 (0)