From 714cca6d6cabdadcb8d01f84ce9e3eccd5e8ad1a Mon Sep 17 00:00:00 2001
From: tidwall
Date: Mon, 25 Feb 2019 15:39:58 -0700
Subject: [PATCH] 1.16.0
---
CHANGELOG.md | 13 +++++++++++++
README.md | 2 +-
build.sh | 2 +-
3 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a042f0fa..5f11827c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.16.0] - 2019-02-25
+### Fixes
+- #415: Fix overlapping geofences sending notifcation to wrong endpoint. (@belek, @s32x)
+- #412: Allow SERVER command for Lua scripts (@1995parham)
+- #410: Allow slashes in MQTT Topics (@pstuifzand)
+- #409: Fixed bug in polygon clipping. (@rshura)
+- 30f903b: Require properties member for geojson features. (@rshura)
+
+### Added
+- #409: Added TEST command for executing WITHIN and INTERSECTS on two objects. (@rshura)
+- #407: Allow 201 & 202 status code on webhooks. (@s32x)
+- #404: Adding more replication data to INFO response. (@s32x)
+
## [1.15.0] - 2019-01-16
### Fixes
- #403: JSON Output for INFO and CLIENT (@s32x)
diff --git a/README.md b/README.md
index 8e27681a..1180edd4 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
-
+
diff --git a/build.sh b/build.sh
index 573f5690..dedf919b 100755
--- a/build.sh
+++ b/build.sh
@@ -4,7 +4,7 @@ set -e
cd $(dirname "${BASH_SOURCE[0]}")
OD="$(pwd)"
-VERSION=1.15.0
+VERSION=1.16.0
PROTECTED_MODE="no"
# Hardcode some values to the core package