diff --git a/CHANGELOG.md b/CHANGELOG.md index 803e456..561787a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Next Release (1.0) -================== +Next Release (0.2.0) +==================== * Added ability to maintain a snapshot of multiple collections atomically - [@aaw](https://github.com/aaw). * Added support for [Mongoid 3.0](https://github.com/mongoid/mongoid) - [@dblock](https://github.com/dblock). diff --git a/VERSION b/VERSION index 6c6aa7c..341cf11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/mongoid_collection_snapshot.gemspec b/mongoid_collection_snapshot.gemspec index 18bfd22..a8bf62a 100644 --- a/mongoid_collection_snapshot.gemspec +++ b/mongoid_collection_snapshot.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = "mongoid_collection_snapshot" - s.version = "0.1.0" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Aaron Windsor"]