diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c27d643..5f3e02f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This file should follow the standards specified on [http://keepachangelog.com/] This project adheres to [Semantic Versioning](http://semver.org/). +## [7.1.2] - 08-01-2016 + +### Fixed + +- Fixed issue where the label wrapping cache would get stuck + ## [7.1.1] - 07-22-2016 ### Fixed diff --git a/lib/neo4j/version.rb b/lib/neo4j/version.rb index 9533bed65..03b5f0ccc 100644 --- a/lib/neo4j/version.rb +++ b/lib/neo4j/version.rb @@ -1,3 +1,3 @@ module Neo4j - VERSION = '7.1.1' + VERSION = '7.1.2' end