Skip to content

Commit ec1e02a

Browse files
committed
Upping version with fix from #315
1 parent bcad768 commit ec1e02a

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.4] - 2018-04-10
7+
8+
### Fixed
9+
10+
- Allow newer version of `faraday_middleware` gem (thanks @RicardoTrindade / see #315)
11+
612
## [8.1.3] - 2018-04-03
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.3'
3+
VERSION = '8.1.4'
44
end
55
end

0 commit comments

Comments
 (0)