diff --git a/CHANGELOG.md b/CHANGELOG.md index b2116d17..19452747 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.16.2] - 2019-03-12 +### Fixes +- #432: Ignore SIGHUP signals (@abhit011) +- #433: Fixed nearby inaccuracy with geofence (@stcktrce) +- #429: Memory optimization, recycle AOF buffer +- 95a5556: Added periodic yielding to iterators (@rshura) + ## [1.16.1] - 2019-03-01 ### Fixes - #421: Nearby with MATCH is returning invalid results (@nithinkota) diff --git a/README.md b/README.md index 774db1cd..4b1caf2c 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 c0e46db7..a7396e24 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" -VERSION=1.16.1 +VERSION=1.16.2 PROTECTED_MODE="no" # Hardcode some values to the core package