From 13f39d99c6a6827a5243fd78d8c1e9d6f6abe67e Mon Sep 17 00:00:00 2001 From: tidwall Date: Tue, 20 Nov 2018 10:32:24 -0800 Subject: [PATCH] 1.14.3 --- CHANGELOG.md | 7 ++++--- README.md | 2 +- build.sh | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d99e567f..d0f8ea41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.14.3] - 2018-11-20 +### Fixes +- Hotfix SCRIPT LOAD not executing from cli. (@rshura) + ## [1.14.2] - 2018-11-15 ### Fixes - #386: Fix version not being set at build. (@stevelacy) - ## [1.14.1] - 2018-11-15 ### Fixes - #385: Add `version` to SERVER command response (@stevelacy) - Hotfix replica sync needs flushing (@rshura) - Fixed a bug where some AOF commands where corrupted during reload - ## [1.14.0] - 2018-11-11 ### Added - INTERSECT/WITHIN optimization that may drastically improve searching polygons that have lots of points. @@ -25,7 +27,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### 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 91f9028b..62a686be 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 960743cc..940fc45f 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" -VERSION=1.14.2 +VERSION=1.14.3 PROTECTED_MODE="no" # Hardcode some values to the core package