Skip to content

Commit 03ee9a1

Browse files
committed
Release alpha.2 with fixes from #263
1 parent 46361f6 commit 03ee9a1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.
33
This file should follow the standards specified on [http://keepachangelog.com/]
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased] - Unreleased
6+
## [7.0.0.alpha.2] - 2016-08-02
7+
8+
### Fixed
9+
10+
- Fixed CypherError handling (thanks ProGM / see #263)
11+
12+
## [7.0.0.alpha.1] - 2016-08-02
713

814
### Added
915

lib/neo4j-core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Neo4j
22
module Core
3-
VERSION = '7.0.0.alpha.1'
3+
VERSION = '7.0.0.alpha.2'
44
end
55
end

0 commit comments

Comments
 (0)