diff --git a/CHANGELOG.md b/CHANGELOG.md index 72e2a88b..d6815c02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] - Nothing yet, placeholder +## [5.0.1] - 2015-06-23 + +### Fixed + +- Collections returned from Cypher within transactions were being misinterpreted. (https://github.com/neo4jrb/neo4j-core/pull/213) + ## [5.0.0] - 2015-06-18 ### Fixed diff --git a/lib/neo4j-core/version.rb b/lib/neo4j-core/version.rb index 81522a2d..4debdc41 100644 --- a/lib/neo4j-core/version.rb +++ b/lib/neo4j-core/version.rb @@ -1,5 +1,5 @@ module Neo4j module Core - VERSION = '5.0.0' + VERSION = '5.0.1' end end