diff --git a/CHANGELOG.md b/CHANGELOG.md index 99d0de81..615f20ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [1.16.3] - 2019-03-12 +## [1.16.4] - 2019-03-19 +### Fixes +- e1a7145: Hotfix. Do not ignore SIGHUP. Use the `--nohup` flag or `nohup` command. + + +## [1.16.3] - 2019-03-19 ### Fixes - #437: Fixed clients blocking while webook sending. (@tesujiro) diff --git a/README.md b/README.md index 801a9401..3fc415fd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

Slack Channel -Version +Version Build Status Docker Ready

diff --git a/build.sh b/build.sh index 622f3254..455a9aa8 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" -VERSION=1.16.3 +VERSION=1.16.4 PROTECTED_MODE="no" # Hardcode some values to the core package