We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcad768 commit ec1e02aCopy full SHA for ec1e02a
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.4] - 2018-04-10
7
+
8
+### Fixed
9
10
+- Allow newer version of `faraday_middleware` gem (thanks @RicardoTrindade / see #315)
11
12
## [8.1.3] - 2018-04-03
13
14
### Fixed
lib/neo4j-core/version.rb
@@ -1,5 +1,5 @@
1
module Neo4j
2
module Core
- VERSION = '8.1.3'
+ VERSION = '8.1.4'
end
0 commit comments