diff --git a/CHANGELOG.md b/CHANGELOG.md index e3747d20..de857ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.17.1] - 2019-05-04 + +### Fixes +- #448: Fixed missing commands for unsubscribing from active channel (@githubfr) +- #454: Fixed colored output for fatalf (@olevole) +- #453: Fixed nearby json field results showing wrong data (@melbania) + ## [1.17.0] - 2019-04-26 ### Added - #446: Added timeouts to allow prepending commands with a TIMEOUT option. (@rshura) @@ -12,7 +19,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changes - 3ae5927: Removed experimental evio option - ## [1.16.4] - 2019-03-19 ### Fixes - e1a7145: Hotfix. Do not ignore SIGHUP. Use the `--nohup` flag or `nohup` command. diff --git a/README.md b/README.md index a0e2e7e5..215ea639 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
diff --git a/build.sh b/build.sh index a9a3b47b..573264dd 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" -VERSION=1.17.0 +VERSION=1.17.1 PROTECTED_MODE="no" # Hardcode some values to the core package