Skip to content

Commit 2c1f9e7

Browse files
committed
v0.3.0.3
1 parent 92df3d3 commit 2c1f9e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## Unreleased
6+
## [0.3.0.3] - 2016-01-08
77

88
### Fixed
99
- Fix bug in many-many relation detection - @ruslantalpa

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.2"
13+
"value": "0.3.0.3"
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.2
5+
version: 0.3.0.3
66
synopsis: REST API for any Postgres database
77
license: MIT
88
license-file: LICENSE

0 commit comments

Comments
 (0)