diff --git a/VERSION b/VERSION index 2bf2d5f..3eefcb9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0.beta9 +1.0.0 diff --git a/couchrest_model.gemspec b/couchrest_model.gemspec index b117cec..c27e6e1 100644 --- a/couchrest_model.gemspec +++ b/couchrest_model.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{couchrest_model} - s.version = "1.0.0.beta9" + s.version = "1.0.0" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["J. Chris Anderson", "Matt Aimonetti", "Marcos Tapajos", "Will Leinweber", "Sam Lown"] diff --git a/history.txt b/history.txt index 4f06656..dac561a 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,4 @@ -== Next Version +== CouchRest Model 1.0.0 * Major enhancements * Support for configuration module and "model_type_key" option for overriding model's type key