Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Aug 2, 2012
1 parent f7e2f5f commit b4a365b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.0.beta 2.0.0.beta2
5 changes: 4 additions & 1 deletion history.md
@@ -1,12 +1,15 @@
# CouchRest Model Change History # CouchRest Model Change History


## 2.0.0.beta - 2012-06-14 ## 2.0.0.beta2 - 2012-08-02


* Added design doc migration support, including for proxied models * Added design doc migration support, including for proxied models
* Rake tasks available for migrations * Rake tasks available for migrations
* Rails config option now available: `config.couchrest_model.auto_update_design_docs = false` * Rails config option now available: `config.couchrest_model.auto_update_design_docs = false`
* Skipping 1.2 version due to design doc API changes * Skipping 1.2 version due to design doc API changes
* Added 'couchrest_typecast' class method support for typecasting with special classes. * Added 'couchrest_typecast' class method support for typecasting with special classes.
* Added :allow_blank option to properties so that empty strings are forced to nil.
* Modified associations to use allow_blank property
* Incorported Rails 3.2 support changes (Thanks @jodosha)


## 1.2.0.beta - 2012-06-08 ## 1.2.0.beta - 2012-06-08


Expand Down

0 comments on commit b4a365b

Please sign in to comment.