diff --git a/HISTORY.markdown b/HISTORY.markdown index d7fa8ce..1d46cfb 100644 --- a/HISTORY.markdown +++ b/HISTORY.markdown @@ -1,3 +1,7 @@ +## 0.3.1 / 2012-09-22 + +* Allow to specify default storage options + ## 0.3.0 / 2012-09-22 * Implement belongs_to asscociation diff --git a/lib/couchbase/model/version.rb b/lib/couchbase/model/version.rb index d94ad27..ef18c8b 100644 --- a/lib/couchbase/model/version.rb +++ b/lib/couchbase/model/version.rb @@ -19,7 +19,7 @@ module Couchbase class Model - VERSION = "0.3.0" + VERSION = "0.3.1" end