We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e6df4 commit f2a4ca9Copy full SHA for f2a4ca9
CHANGELOG.md
@@ -3,6 +3,12 @@ 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
+## [8.1.3] - 2018-04-03
7
+
8
+### Fixed
9
10
+- When getting an error from the server, handle other error cases than just when `errors` is present in the response (thanks @mrstif / see #313)
11
12
## [8.1.2] - 2018-03-27
13
14
### Fixed
lib/neo4j-core/version.rb
@@ -1,5 +1,5 @@
1
module Neo4j
2
module Core
- VERSION = '8.1.2'
+ VERSION = '8.1.3'
end
0 commit comments