Skip to content

Commit 3cef4b7

Browse files
committed
Bump to v5.1.0
1 parent 6f97c34 commit 3cef4b7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77

88
### Added
99

10+
### Fixed
11+
12+
## [5.1.0] - 2018-08-31
13+
14+
### Added
15+
1016
- #1099, Add support for getting json/jsonb by array index - @steve-chavez
1117
- #1145, Add materialized view columns to OpenAPI output - @steve-chavez
1218
- #709, Allow embedding on views with subselects/CTE - @steve-chavez

app.json

Lines changed: 1 addition & 1 deletion
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.5.0.0"
13+
"value": "5.1.0"
1414
},
1515
"DB_URI": {
1616
"description": "Database connection string, e.g. postgres://user:pass@xxxxxxx.rds.amazonaws.com/mydb",

postgrest.cabal

Lines changed: 1 addition & 1 deletion
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.5.0.0
5+
version: 5.1.0
66
synopsis: REST API for any Postgres database
77
license: MIT
88
license-file: LICENSE

0 commit comments

Comments
 (0)