From 406c2e6a01f729ad34df8fc976eece14c02680cb Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Mon, 7 Jun 2010 14:04:43 +0200 Subject: [PATCH] Altering history --- history.txt | 5 +++++ lib/couchrest/extended_document.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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