diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e68b3e7..7d63f8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.4.2] - 2016-08-26 +### Fixed +- #49. Allow fragmented pipeline requests. +- #51: Allow multispace delim in native proto +- #50: MATCH with slashes +- #43: Linestring nearby search correction + ## [1.4.1] - 2016-08-26 ### Added - #34: Added "BOUNDS key" command diff --git a/build.sh b/build.sh index 78daa8cb..d67f8719 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -VERSION="1.4.1" +VERSION="1.4.2" PROTECTED_MODE="no" # Hardcode some values to the core package