From 6e98f52769e539d5641f51a570f88ee6e8190383 Mon Sep 17 00:00:00 2001 From: tidwall Date: Fri, 28 Jun 2019 10:47:25 -0700 Subject: [PATCH] 1.17.2 --- CHANGELOG.md | 5 +++++ README.md | 2 +- build.sh | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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