Skip to content

Commit

Permalink
bump version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertallchris committed Jun 24, 2015
1 parent 7faa2dc commit 8601160
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/neo4j-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Neo4j
module Core
VERSION = '5.0.0'
VERSION = '5.0.1'
end
end

0 comments on commit 8601160

Please sign in to comment.