Skip to content

Commit

Permalink
Bump to version v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed May 18, 2020
1 parent 7ffac52 commit d6050c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## [7.0.1] - 2020-05-18

### Fixed

- #1473, Fix overloaded computed columns on RPC - @wolfgangwalther
- #1471, Fix POST, PATCH, DELETE with ?select= and return=minimal and PATCH with empty body - @wolfgangwalther
- #1500, Fix missing `openapi-server-proxy-uri` config option - @steve-chavez
Expand Down
2 changes: 1 addition & 1 deletion app.json
Expand Up @@ -10,7 +10,7 @@
},
"POSTGREST_VER": {
"description": "Version of PostgREST to deploy",
"value": "7.0.0"
"value": "7.0.1"
},
"DB_URI": {
"description": "Database connection string, e.g. postgres://user:pass@xxxxxxx.rds.amazonaws.com/mydb",
Expand Down
2 changes: 1 addition & 1 deletion postgrest.cabal
@@ -1,5 +1,5 @@
name: postgrest
version: 7.0.0
version: 7.0.1
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 d6050c8

Please sign in to comment.