Skip to content

Commit 8601160

Browse files
bump version to 5.0.1
1 parent 7faa2dc commit 8601160

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
## [Unreleased][unreleased]
77
- Nothing yet, placeholder
88

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+
915
## [5.0.0] - 2015-06-18
1016

1117
### Fixed

lib/neo4j-core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Neo4j
22
module Core
3-
VERSION = '5.0.0'
3+
VERSION = '5.0.1'
44
end
55
end

0 commit comments

Comments
 (0)