Skip to content

Commit c7b10b0

Browse files
committed
Prepare for releasing 1.0.1
1 parent bc0866d commit c7b10b0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
* Support for Rails 4.2.0.beta2 and above
4+
15
## 1.0.0
26

37
* First release.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Rails
22
module Html
33
class Sanitizer
4-
VERSION = "1.0.0"
4+
VERSION = "1.0.1"
55
end
66
end
77
end

0 commit comments

Comments
 (0)