We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7faa2dc commit 8601160Copy full SHA for 8601160
CHANGELOG.md
@@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
## [Unreleased][unreleased]
7
- Nothing yet, placeholder
8
9
+## [5.0.1] - 2015-06-23
10
+
11
+### Fixed
12
13
+- Collections returned from Cypher within transactions were being misinterpreted. (https://github.com/neo4jrb/neo4j-core/pull/213)
14
15
## [5.0.0] - 2015-06-18
16
17
### Fixed
lib/neo4j-core/version.rb
@@ -1,5 +1,5 @@
1
module Neo4j
2
module Core
3
- VERSION = '5.0.0'
+ VERSION = '5.0.1'
4
end
5
0 commit comments