diff --git a/history.txt b/history.txt index 75b13ec..01acd11 100644 --- a/history.txt +++ b/history.txt @@ -4,6 +4,11 @@ * Minor enhancements +== 1.0.5 + +* Minor enhancements + * Added 'find' alias for 'get' for easier rails transition + == 1.0.3 * Minor enhancements diff --git a/lib/couchrest/extended_document.rb b/lib/couchrest/extended_document.rb index 765fe3f..e579ae4 100644 --- a/lib/couchrest/extended_document.rb +++ b/lib/couchrest/extended_document.rb @@ -8,7 +8,7 @@ module CouchRest # Same as CouchRest::Document but with properties and validations class ExtendedDocument < Document - VERSION = "1.0.4" + VERSION = "1.0.5" include CouchRest::Mixins::Callbacks include CouchRest::Mixins::DocumentQueries