Skip to content

Commit f2a4ca9

Browse files
committed
Release fix from #313
1 parent 67e6df4 commit f2a4ca9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ 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+
## [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+
612
## [8.1.2] - 2018-03-27
713

814
### Fixed

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 = '8.1.2'
3+
VERSION = '8.1.3'
44
end
55
end

0 commit comments

Comments
 (0)