Skip to content

Commit

Permalink
fix version and changelog, release 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertallchris committed Jul 2, 2015
1 parent b8a2cbf commit 4bea4cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
- Nothing yet, placeholder

## [5.0.3] - 2015-07-01

### Fixed
- Crash in query logging when params were not given.

## [5.0.2] - 2015-07-01

### Added
- Support Ruby ranges for querying by changing to Cypher RANGE

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.1'
VERSION = '5.0.3'
end
end

0 comments on commit 4bea4cb

Please sign in to comment.