diff --git a/CHANGELOG.md b/CHANGELOG.md index c513726d..192a2eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.14.0] - 2018-11-11 +### Added +- INTERSECT/WITHIN optimization that may drastically improve searching polygons that have lots of points. +- Faster responses for write operations such as SET/DEL +- NEARBY now always returns objects from nearest to farthest (@rshura) +- kNN haversine distance optimization (@rshura) +- Evio networking beta using the "-evio yes" and "-threads num" flags + +### Fixes +- #369: Fix poly in hole query + + ## [1.13.0] - 2018-08-29 ### Added - eef5f3c: Add geofence notifications over pub/sub channels diff --git a/README.md b/README.md index 20916a88..7cea133c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
diff --git a/build.sh b/build.sh index 66491a01..78896419 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" -VERSION=1.13.0 +VERSION=1.14.0 PROTECTED_MODE="no" # Hardcode some values to the core package