From dfffc897d295067ebc793280d3b6888a53c41ec0 Mon Sep 17 00:00:00 2001 From: Brian Underwood Date: Thu, 5 Jan 2017 20:36:15 -0500 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++++ lib/neo4j/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80e33e519..22babd114 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/). +## [8.0.5] 2016-01-05 + +### Fixed + +- When invalid session type is given, an exception will be raised to aid debugging (see #1335 / thanks @Joshfindit) + ## [8.0.4] 2016-01-03 ### Fixed diff --git a/lib/neo4j/version.rb b/lib/neo4j/version.rb index 7ee973b0c..be58656b5 100644 --- a/lib/neo4j/version.rb +++ b/lib/neo4j/version.rb @@ -1,3 +1,3 @@ module Neo4j - VERSION = '8.0.4' + VERSION = '8.0.5' end