Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
bumped version to 0.9.0.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cubicdaiya committed Sep 29, 2017
1 parent 1bf6d93 commit 176f8a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.8.1
VERSION=0.9.0
TARGETS_NOVENDOR=$(shell glide novendor)

all: bin/gaurun bin/gaurun_recover
Expand Down
2 changes: 1 addition & 1 deletion gaurun/const.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package gaurun

const (
Version = "0.8.1"
Version = "0.9.0"
)

const (
Expand Down

0 comments on commit 176f8a5

Please sign in to comment.