Skip to content

Commit

Permalink
Version bump and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProGM committed Sep 26, 2016
1 parent 873c8ee commit 9f51409
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [1.2.0] - 2016-09-26

### Fixed

- Compatibility with `neo4j-core ~> 6.1.4` (see #13)
Expand Down
2 changes: 1 addition & 1 deletion lib/neo4jrb_spatial/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Neo4jrbSpatial
VERSION = '1.1.0'
VERSION = '1.2.0'
end
2 changes: 1 addition & 1 deletion neo4jrb_spatial.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'pry'

spec.add_dependency 'neo4j', '>= 5.0.1', '< 8'
spec.add_dependency 'neo4j-core', '>= 5.0.1'
spec.add_dependency 'neo4j-core', '>= 5.0.1', '< 7'
spec.add_dependency 'neo4j-rake_tasks', '~> 0.3'
end

0 comments on commit 9f51409

Please sign in to comment.