Skip to content

Commit

Permalink
Release 3.0.0.alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasronge committed Jun 7, 2014
1 parent 75599b5 commit fba2b0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
@@ -1,9 +1,11 @@
== 3.0.0.alpha.7
* Bug fix uniqueness-validator (#356 from JohnKellyFerguson)
* Many improvements, like update_attributes and validation while impl orm_adapter, Brian Underwood
* Impl orm_adapter API for neo4j so it can be used from for example devise, Brian Underwood (#355)
* Fix of inheritance of Neo4j::ActiveNode (#307)
* Expose add_label, and remove_label (#335)
* Fixed auto loading of classes bug, (#349)
* Bumped neo4j-core, 3.0.0.alpha.15
* Bumped neo4j-core, 3.0.0.alpha.16

== 3.0.0.alpha.6
* Support for Heroku URLs, see wiki https://github.com/andreasronge/neo4j/wiki/Neo4j-v3 (#334)
Expand Down
2 changes: 1 addition & 1 deletion lib/neo4j/version.rb
@@ -1,3 +1,3 @@
module Neo4j
VERSION = "3.0.0.alpha.6"
VERSION = "3.0.0.alpha.7"
end

0 comments on commit fba2b0a

Please sign in to comment.