Skip to content

Commit

Permalink
update to 6.0.0.alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertallchris committed Oct 17, 2015
1 parent a1eec40 commit 7c7a6bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,7 +3,13 @@ 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.0.0.alpha.1] - 2015-10-12
## [6.0.0.alpha.2] - 2015-10-17

### Changed

- Depends on `neo4j-rake_tasks` ~> 0.3.0.

## [6.0.0.alpha.1] - 2015-10-12

### Changed
- Removed `Neo4j::Session#on_session_available`, replaced with `Neo4j::Session#on_next_session_available`. The new method will empty its queue as it is played.
Expand Down
2 changes: 1 addition & 1 deletion lib/neo4j-core/version.rb
@@ -1,5 +1,5 @@
module Neo4j
module Core
VERSION = '6.0.0.alpha.1'
VERSION = '6.0.0.alpha.2'
end
end

0 comments on commit 7c7a6bd

Please sign in to comment.