Skip to content

Commit

Permalink
Bump to version v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed Jul 26, 2021
1 parent cbe0e52 commit 0bc7c03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]/mydb",
Expand Down
2 changes: 1 addition & 1 deletion postgrest.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0bc7c03

Please sign in to comment.