diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c13abf..b686500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.0.6 (March 10, 2014) + +* Support to Rails 4.1 + +* Fix `CollectionProxy#new` method. + + Fixes #21 + ## 1.0.5 (November 1, 2013) * Fix install error with Rails 4.0.1. diff --git a/lib/protected_attributes/version.rb b/lib/protected_attributes/version.rb index 769132e..566470c 100644 --- a/lib/protected_attributes/version.rb +++ b/lib/protected_attributes/version.rb @@ -1,3 +1,3 @@ module ProtectedAttributes - VERSION = "1.0.5" + VERSION = "1.0.6" end