From e8426671c0fcd78a2981b4ef2737a362298667c5 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Fri, 10 Jun 2016 22:43:58 -0700 Subject: [PATCH] v0.3.2.0 --- CHANGELOG.md | 6 ++++++ Dockerfile | 2 +- app.json | 2 +- postgrest.cabal | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e14caaf..816a1bb38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +### Added + +### Fixed + +## [0.3.2.0] - 2016-06-10 + ### Added - Reload database schema on SIGHUP - @begriffs - Support "-" in column names - @ruslantalpa diff --git a/Dockerfile b/Dockerfile index 2946570bd..a87861337 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:jessie -ENV POSTGREST_VERSION 0.3.1.1 +ENV POSTGREST_VERSION 0.3.2.0 ENV POSTGREST_SCHEMA public ENV POSTGREST_ANONYMOUS postgres ENV POSTGREST_JWT_SECRET thisisnotarealsecret diff --git a/app.json b/app.json index 46b6e436c..66f390416 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ }, "POSTGREST_VER": { "description": "Version of PostgREST to deploy", - "value": "0.3.1.1" + "value": "0.3.2.0" }, "DB_NAME": { "description": "Database name", diff --git a/postgrest.cabal b/postgrest.cabal index ceb70ca10..d70ae754e 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.3.1.1 +version: 0.3.2.0 synopsis: REST API for any Postgres database license: MIT license-file: LICENSE