File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## Unreleased
7
7
8
+ ### Fixed
9
+
10
+ ## [ 0.3.0.4] - 2016-02-12
11
+
8
12
### Fixed
9
13
- Improved usage screen - @begriffs
10
14
- Reject non-POSTs to rpc endpoints - @begriffs
Original file line number Diff line number Diff line change 10
10
},
11
11
"POSTGREST_VER" : {
12
12
"description" : " Version of PostgREST to deploy" ,
13
- "value" : " 0.3.0.3 "
13
+ "value" : " 0.3.0.4 "
14
14
},
15
15
"DB_NAME" : {
16
16
"description" : " Database name" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: postgrest
2
2
description : Reads the schema of a PostgreSQL database and creates RESTful routes
3
3
for the tables and views, supporting all HTTP verbs that security
4
4
permits.
5
- version : 0.3.0.3
5
+ version : 0.3.0.4
6
6
synopsis : REST API for any Postgres database
7
7
license : MIT
8
8
license-file : LICENSE
You can’t perform that action at this time.
0 commit comments