diff --git a/CHANGELOG.md b/CHANGELOG.md index de857ff5..c47a18a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.17.2] - 2019-06-28 + +### Fixes +- #422: Fixes NEARBY command distance normalization issue (@TrivikrAm-Pamarthi, @melbania) + ## [1.17.1] - 2019-05-04 ### Fixes diff --git a/README.md b/README.md index 215ea639..bd24b97c 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 573264dd..c1005cbd 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" -VERSION=1.17.1 +VERSION=1.17.2 PROTECTED_MODE="no" # Hardcode some values to the core package