diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fea25a6..02380816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.12.2] - 2018-05-10 +### Fixed +- #313: Hotfix intersect returning incorrect results (@stevelacy) + ## [1.12.1] - 2018-04-30 ### Fixed - #300: Fix pdelhooks not persisting (@tobilg) diff --git a/README.md b/README.md index 38f3c2d4..141fd319 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

Slack Channel -Version +Version Build Status Docker Ready

diff --git a/build.sh b/build.sh index 08908670..153979d0 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" -VERSION=1.12.1 +VERSION=1.12.2 PROTECTED_MODE="no" # Hardcode some values to the core package