From 14db57cda3f77d499fb475b38bb19494589c4d4b Mon Sep 17 00:00:00 2001
From: tidwall
Date: Tue, 12 Mar 2019 16:18:47 -0700
Subject: [PATCH] 1.16.2
---
CHANGELOG.md | 7 +++++++
README.md | 2 +-
build.sh | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2116d175..194527477 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 774db1cd9..4b1caf2c0 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
-
+
diff --git a/build.sh b/build.sh
index c0e46db75..a7396e240 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