diff --git a/CHANGELOG.md b/CHANGELOG.md index 202c4a9c..a042f0fa 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.15.0] - 2019-01-16 +### Fixes +- #403: JSON Output for INFO and CLIENT (@s32x) +- #401: Fixing KEYS command (@s32x) +- #398: Ensuring channel publish order (@s32x) +- d7d0baa: Fix roam fence missing + +### Added +- #402: Adding ARM and ARM64 packages (@s32x) +- #399: Add RequireValid and update geojson dependency (@stevelacy) +- #396: Add distance_to function to the tile38 namespace in lua. (@rshura) +- #395: Add RENAME and RENAMENX commands. (@rshura) + ## [1.14.4] - 2018-12-03 ### Fixes - #394: Hotfix MultiPolygon intersect failure. (@contra) diff --git a/README.md b/README.md index d7fb4983..2fcc7eb1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
diff --git a/build.sh b/build.sh index 0e0355a2..573f5690 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" -VERSION=1.14.4 +VERSION=1.15.0 PROTECTED_MODE="no" # Hardcode some values to the core package