diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f8ea41..eef41b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.14.4] - 2018-12-03 +### Fixes +- #394: Hotfix MultiPolygon intersect failure. (@contra) +- #392: Fix TLS certs missing in Docker. (@vziukas, @s32x) + +### Added +- Add extended server stats with SERVER EXT. (@s32x) +- Add Kafka key to match notication key. (Josef Simonson) +- Add optimized spatial index for fences + ## [1.14.3] - 2018-11-20 ### Fixes - Hotfix SCRIPT LOAD not executing from cli. (@rshura) diff --git a/README.md b/README.md index 62a686be..9f89149c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
diff --git a/build.sh b/build.sh index 940fc45f..d2d12f21 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" -VERSION=1.14.3 +VERSION=1.14.4 PROTECTED_MODE="no" # Hardcode some values to the core package