Bump to version v8.0.0

This commit is contained in:
steve-chavez
2021-07-25 23:12:51 -05:00
committed by Steve Chavez
parent cbe0e5254e
commit 0bc7c034cf
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Added
### Fixed
## [8.0.0] - 2021-07-25
### Added
- #1525, Allow http status override through response.status guc - @steve-chavez
+1 -1
View File
@@ -10,7 +10,7 @@
},
"POSTGREST_VER": {
"description": "Version of PostgREST to deploy",
"value": "7.0.1"
"value": "8.0.0"
},
"DB_URI": {
"description": "Database connection string, e.g. postgres://user:pass@xxxxxxx.rds.amazonaws.com/mydb",
+1 -1
View File
@@ -1,5 +1,5 @@
name: postgrest
version: 7.0.1
version: 8.0.0
synopsis: REST API for any Postgres database
description: Reads the schema of a PostgreSQL database and creates RESTful routes
for the tables and views, supporting all HTTP verbs that security