Skip to content

Commit

Permalink
version and changelog, releasing 6.0.0.alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertallchris committed Oct 23, 2015
1 parent e004b20 commit ef4107c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@ 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.4] - 2015-10-23

### Fixed

- Corrected logic for auto-closing transactions.

## [6.0.0.alpha.3] - 2015-10-23 (yanked)

### Fixed

- Support for Neo4j 2.3.0, particularly issues RE: auto-closing transactions

## [6.0.0.alpha.2] - 2015-10-17

### Changed
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.3'
VERSION = '6.0.0.alpha.4'
end
end

0 comments on commit ef4107c

Please sign in to comment.