diff --git a/CHANGELOG.md b/CHANGELOG.md index 02380816..85e074e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.12.3] - 2018-06-16 +### Fixed +- #316: Fix AMQP and AMQPS webhook endpoints to support namespaces (@DeadWisdom) +- #318: Fix aofshrink crash on windows (@abhit011) +- #326: Fix sporadic kNN results when TTL is used (@pmaseberg) + ## [1.12.2] - 2018-05-10 ### Fixed - #313: Hotfix intersect returning incorrect results (@stevelacy) diff --git a/build.sh b/build.sh index 76dc889b..a70bca7c 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" -VERSION=1.12.2 +VERSION=1.12.3 PROTECTED_MODE="no" # Hardcode some values to the core package