From 176f8a53e4d8343e74a253b0a4f80a559964a6af Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Fri, 29 Sep 2017 18:55:48 +0900 Subject: [PATCH] bumped version to 0.9.0. Changes * Support APNs payload extensions for `Title & Subtitle` refs #70 Thanks @timakin * Add UNNotificationCategory option for iOS. refs #73 Thanks @timakin * Support writing pid file refs #76 * bugfix: set Content-Type: application/json; charset=utf-8 for json response. refs #80 * stat: appened charset to Content-Type. refs #81 * api: abolished GET /config/app. refs #82 --- Makefile | 2 +- gaurun/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6326322..5afb88b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.8.1 +VERSION=0.9.0 TARGETS_NOVENDOR=$(shell glide novendor) all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index 2d4abc1..9dbcab1 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,7 +1,7 @@ package gaurun const ( - Version = "0.8.1" + Version = "0.9.0" ) const (