Skip to content

Commit

Permalink
Release fix from #300
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Aug 22, 2017
1 parent b88f61e commit 6e169ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.2.3] - 2017-08-22

### Fixed

- Bolt adaptor fix for JRuby. `sendmsg` was being used, which JRuby doesn't support. Switched to `send` (thanks @jgaskins / see #300)

## [7.2.2] - 2017-07-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/neo4j-core/version.rb
@@ -1,5 +1,5 @@
module Neo4j
module Core
VERSION = '7.2.2'
VERSION = '7.2.3'
end
end

0 comments on commit 6e169ab

Please sign in to comment.