From 5856c7a9da06c427b06b33f3651bfa6aa5362e31 Mon Sep 17 00:00:00 2001 From: Brian Underwood Date: Thu, 28 Apr 2016 20:34:12 +0400 Subject: [PATCH] 6.1.3 - fixes for Neo4j 3.0 --- CHANGELOG.md | 6 ++++++ lib/neo4j-core/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e85e72c3..9240641c 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/). +## [6.1.3] - 04-28-2016 + +### Fixed + +- Added parens to queries to support new required syntax in Neo4j 3.0 + ## [6.1.2] - 2016-02-02 ### Fixed diff --git a/lib/neo4j-core/version.rb b/lib/neo4j-core/version.rb index 2cfa1709..cdecbceb 100644 --- a/lib/neo4j-core/version.rb +++ b/lib/neo4j-core/version.rb @@ -1,5 +1,5 @@ module Neo4j module Core - VERSION = '6.1.2' + VERSION = '6.1.3' end end