Skip to content

Commit 6cc493d

Browse files
committed
Version 0.2.12.1
1 parent 08fc837 commit 6cc493d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## Unreleased
6+
## [0.2.12.1] - 2015-11-12
77

88
### Fixed
99
- Correct order for -> and ->> in a json path - @ruslantalpa

app.json

+1-1
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.2.12.0"
13+
"value": "0.2.12.1"
1414
},
1515
"DB_NAME": {
1616
"description": "Database name",

docs/install/server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [release page](https://github.com/begriffs/postgrest/releases/latest) has pr
77
```sh
88
# Untar the release (available at https://github.com/begriffs/postgrest/releases/latest)
99

10-
$ tar zxf postgrest-0.2.12.0-osx.tar.xz
10+
$ tar zxf postgrest-0.2.12.1-osx.tar.xz
1111

1212
# Try running it
1313
$ ./postgrest

postgrest.cabal

+1-1
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.2.12.0
5+
version: 0.2.12.1
66
synopsis: REST API for any Postgres database
77
license: MIT
88
license-file: LICENSE

0 commit comments

Comments
 (0)