From 6cc493da6bcf16ebc3ae8524433864eb6eded59b Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Thu, 12 Nov 2015 11:06:11 -0800 Subject: [PATCH] Version 0.2.12.1 --- CHANGELOG.md | 2 +- app.json | 2 +- docs/install/server.md | 2 +- postgrest.cabal | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bef62c29a..a4d7255ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [0.2.12.1] - 2015-11-12 ### Fixed - Correct order for -> and ->> in a json path - @ruslantalpa diff --git a/app.json b/app.json index fb4e2305b..b463d8e47 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ }, "POSTGREST_VER": { "description": "Version of PostgREST to deploy", - "value": "0.2.12.0" + "value": "0.2.12.1" }, "DB_NAME": { "description": "Database name", diff --git a/docs/install/server.md b/docs/install/server.md index f1fffa50b..7cf1b2d35 100644 --- a/docs/install/server.md +++ b/docs/install/server.md @@ -7,7 +7,7 @@ The [release page](https://github.com/begriffs/postgrest/releases/latest) has pr ```sh # Untar the release (available at https://github.com/begriffs/postgrest/releases/latest) -$ tar zxf postgrest-0.2.12.0-osx.tar.xz +$ tar zxf postgrest-0.2.12.1-osx.tar.xz # Try running it $ ./postgrest diff --git a/postgrest.cabal b/postgrest.cabal index 3634453f3..bb137524c 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -2,7 +2,7 @@ name: postgrest description: Reads the schema of a PostgreSQL database and creates RESTful routes for the tables and views, supporting all HTTP verbs that security permits. -version: 0.2.12.0 +version: 0.2.12.1 synopsis: REST API for any Postgres database license: MIT license-file: LICENSE