From fb2d817e1e4cb6127642434eeccb5d36b29c7e4d Mon Sep 17 00:00:00 2001 From: Brian Underwood Date: Sun, 10 Jul 2016 09:55:56 +0200 Subject: [PATCH] Release bloomdido's fix for NEO4J_TYPE --- CHANGELOG.md | 6 ++++++ lib/neo4j/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe99eb2d..35e9a1856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This file should follow the standards specified on [http://keepachangelog.com/] This project adheres to [Semantic Versioning](http://semver.org/). +## [7.0.14] - 07-10-2016 + +### Fixed + +- Bug in setting `NEO4J_TYPE` (thanks bloomdido / see #1235) + ## [7.0.12] - 06-27-2016 ### Fixed diff --git a/lib/neo4j/version.rb b/lib/neo4j/version.rb index 015c2f611..00f07f24e 100644 --- a/lib/neo4j/version.rb +++ b/lib/neo4j/version.rb @@ -1,3 +1,3 @@ module Neo4j - VERSION = '7.0.13' + VERSION = '7.0.14' end