We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46361f6 commit 03ee9a1Copy full SHA for 03ee9a1
CHANGELOG.md
@@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.
3
This file should follow the standards specified on [http://keepachangelog.com/]
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
-## [Unreleased] - Unreleased
+## [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
13
14
### Added
15
lib/neo4j-core/version.rb
@@ -1,5 +1,5 @@
1
module Neo4j
2
module Core
- VERSION = '7.0.0.alpha.1'
+ VERSION = '7.0.0.alpha.2'
end
0 commit comments