diff --git a/VERSION b/VERSION index de1d3a8..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0.rc1 +1.1.0 diff --git a/couchrest_model.gemspec b/couchrest_model.gemspec index 7a500b7..9138525 100644 --- a/couchrest_model.gemspec +++ b/couchrest_model.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |s| s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] - s.add_dependency(%q, "1.1.0.pre3") + s.add_dependency(%q, "1.1.0") s.add_dependency(%q, "~> 1.15") s.add_dependency(%q, "~> 3.0") s.add_dependency(%q, "~> 0.3.22") diff --git a/history.md b/history.md index fdfd2b6..cff753c 100644 --- a/history.md +++ b/history.md @@ -1,6 +1,6 @@ # CouchRest Model Change History -## 1.1.0 - 2011-06-XX +## 1.1.0 - 2011-06-25 * Major Fixes * CastedModel no longer requires a Hash. Automatically includes all required methods.