Skip to content

Commit fb6bb95

Browse files
author
Rafael Mendonça França
committed
Prepare to 1.0.6 release
Fixes #30
1 parent 8988900 commit fb6bb95

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## 1.0.5 (November 1, 2013)
210

311
* Fix install error with Rails 4.0.1.

lib/protected_attributes/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ProtectedAttributes
2-
VERSION = "1.0.5"
2+
VERSION = "1.0.6"
33
end

0 commit comments

Comments
 (0)