From 37d64f0466a2f58c52464af05058a9719be87e28 Mon Sep 17 00:00:00 2001
From: Josh Baker
Date: Tue, 4 Jun 2019 14:09:30 -0700
Subject: [PATCH] 1.17.1
---
CHANGELOG.md | 8 +++++++-
README.md | 2 +-
build.sh | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
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