Skip to content

Commit

Permalink
Bump 0.3.0 version
Browse files Browse the repository at this point in the history
Change-Id: I22bd458b6a1bf60563b87b7ad45c078e6371bb69
  • Loading branch information
avsej committed Sep 22, 2012
1 parent d7a28ff commit 3f57430
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.markdown
@@ -1,3 +1,12 @@
## 0.3.0 / 2012-09-22

* Implement belongs_to asscociation
* Use ActiveModel naming and conversion
* Define persisted? method
* Allow optional CAS value for mutators
* Use replace in save method. Thanks to @scalabl3
* Add callbacks for :save, :create, :update and :delete methods

## 0.2.0 / 2012-09-18

* Add Rails 3 configuration possibilities, allow configuring
Expand Down
2 changes: 1 addition & 1 deletion lib/couchbase/model/version.rb
Expand Up @@ -19,7 +19,7 @@ module Couchbase

class Model

VERSION = "0.2.0"
VERSION = "0.3.0"

end

Expand Down

0 comments on commit 3f57430

Please sign in to comment.