diff --git a/history.txt b/history.txt index b097d51..fef9e0d 100644 --- a/history.txt +++ b/history.txt @@ -1,10 +1,16 @@ == Next Version +* Major enhancements + +* Minor enhancements + +== 0.36 + * Major enhancements * Adds support for continuous replication (sauy7) * Automatic Type Casting (Alexander Uvarov, Sam Lown, Tim Heighes, Will Leinweber) - * Added a search method to CouchRest:Database to search the documents in a - given database. (Dave Farkas, Arnaud Berthomier, John Wood) + * Added a search method to CouchRest:Database to search the documents in a given database. (Dave Farkas, Arnaud Berthomier, John Wood) + * Minor enhancements * Provide a description of the timeout error (John Wood) diff --git a/lib/couchrest.rb b/lib/couchrest.rb index 2f0c577..bb58e1e 100644 --- a/lib/couchrest.rb +++ b/lib/couchrest.rb @@ -28,7 +28,7 @@ require 'couchrest/monkeypatches' # = CouchDB, close to the metal module CouchRest - VERSION = '0.35' unless self.const_defined?("VERSION") + VERSION = '0.36' unless self.const_defined?("VERSION") autoload :Server, 'couchrest/core/server' autoload :Database, 'couchrest/core/database'