This commit is contained in:
Josh Baker 2018-06-16 11:45:21 -07:00
parent e00cf4e187
commit fa2f9101d6
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## [1.12.2] - 2018-05-10
### Fixed ### Fixed
- #313: Hotfix intersect returning incorrect results (@stevelacy) - #313: Hotfix intersect returning incorrect results (@stevelacy)

View File

@ -4,7 +4,7 @@ set -e
cd $(dirname "${BASH_SOURCE[0]}") cd $(dirname "${BASH_SOURCE[0]}")
OD="$(pwd)" OD="$(pwd)"
VERSION=1.12.2 VERSION=1.12.3
PROTECTED_MODE="no" PROTECTED_MODE="no"
# Hardcode some values to the core package # Hardcode some values to the core package