Skip to content

Commit

Permalink
bump to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertallchris committed Jan 9, 2015
1 parent 5819fff commit c95fdd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 4.0.0
* Change neo4j-core dependency from 3.1.0 to 4.0.0.

== 4.0.0.rc.4
* _classname property is disabled by default for ActiveRel! It had been disabled for ActiveNode, this just evens the score.
* Fixes a bug to create better `result` labels in Cypher.
Expand All @@ -9,8 +12,8 @@ Released minutes after rc.2 to catch one late addition!

== 4.0.0.rc.2
This release builds on features introduced in the first RC. We are releasing this as another RC because the API may be tweaked before release.
* New `proxy_as` for Core::Query to build QueryProxy chains onto Core::Query objects!
* Using `proxy_as`, new `optional` method in QueryProxy to use the `OPTIONAL MATCH` Cypher function.
* New `proxy_as` for Core::Query to build QueryProxy chains onto Core::Query objects!
* Using `proxy_as`, new `optional` method in QueryProxy to use the `OPTIONAL MATCH` Cypher function.
* `match_to` and methods that depend on it now support arrays of nodes or IDs.
* New `rels_to`/`all_rels_to` methods.
* New `delete` and `destroy` methods in QueryProxy to easily remove relationships.
Expand Down
2 changes: 1 addition & 1 deletion lib/neo4j/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Neo4j
VERSION = "4.0.0.rc.4"
VERSION = "4.0.0"
end

1 comment on commit c95fdd6

@subvertallchris
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please note that despite this happening chronologically after a lot of work was done to this gem, its parent's parent is e1c3245, which was v4.0.0.rc.4. It includes no changes after that commit other than a requirement of neo4j-core 4.0.0.

Unless you are trying to avoid something that happened after v4.0.0.rc.4 was released, you should use 4.1.0.

Please sign in to comment.