Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasronge committed May 7, 2012
1 parent eca7586 commit cd2d51f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
== 2.0.0 / 2012-05-07
(same as rc2)

== 2.0.0.rc2 / 2012-05-04
* Enable Identity Map by default
* Added versioning for Neo4j::Core
Expand Down
2 changes: 1 addition & 1 deletion lib/neo4j/version.rb
@@ -1,3 +1,3 @@
module Neo4j
VERSION = "2.0.0.rc2"
VERSION = "2.0.0"
end
2 changes: 1 addition & 1 deletion neo4j.gemspec
Expand Up @@ -32,5 +32,5 @@ It comes included with the Apache Lucene document database.
s.add_dependency('orm_adapter', ">= 0.0.3")
s.add_dependency("activemodel", ">= 3.0.0", "< 3.3")
s.add_dependency("railties", ">= 3.0.0", "< 3.3")
s.add_dependency("neo4j-wrapper", '2.0.0.rc2')
s.add_dependency("neo4j-wrapper", '2.0.0')
end

0 comments on commit cd2d51f

Please sign in to comment.