There was an error while loading. Please reload this page.
1 parent 8988900 commit fb6bb95Copy full SHA for fb6bb95
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.0.6 (March 10, 2014)
2
+
3
+* Support to Rails 4.1
4
5
+* Fix `CollectionProxy#new` method.
6
7
+ Fixes #21
8
9
## 1.0.5 (November 1, 2013)
10
11
* Fix install error with Rails 4.0.1.
lib/protected_attributes/version.rb
@@ -1,3 +1,3 @@
module ProtectedAttributes
- VERSION = "1.0.5"
+ VERSION = "1.0.6"
end
0 commit comments