Skip to content

Commit

Permalink
Fix issue when running rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Aug 4, 2016
1 parent 8756b3a commit 4fada5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
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/).

## [7.0.0.alpha.3] - 2016-08-04

### Fixed

- Fixed error when running rake tasks #1251

## [7.0.0.alpha.2] - 2016-08-02

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/neo4j-core/version.rb
@@ -1,5 +1,5 @@
module Neo4j
module Core
VERSION = '7.0.0.alpha.2'
VERSION = '7.0.0.alpha.3'
end
end
1 change: 1 addition & 0 deletions lib/neo4j/core/cypher_session/adaptors.rb
@@ -1,6 +1,7 @@
require 'neo4j/core/cypher_session'
require 'neo4j/core/instrumentable'
require 'neo4j/core/label'
require 'neo4j-core/version'

module Neo4j
module Core
Expand Down

0 comments on commit 4fada5b

Please sign in to comment.