Skip to content

Commit

Permalink
CHANGELOG and version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProGM committed Sep 14, 2016
1 parent f8af114 commit 6f3c0a7
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 @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
This file should follow the standards specified on [http://keepachangelog.com/]
This project adheres to [Semantic Versioning](http://semver.org/).

## [6.1.5] - 05-12-2016

### Added

- `call` method for `Query` API for `CALL` clause introduced in Neo4j 3.0 (see #268)

## [6.1.4] - 05-12-2016

### Added
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 = '6.1.4'
VERSION = '6.1.5'
end
end

0 comments on commit 6f3c0a7

Please sign in to comment.