Skip to content

Commit 4c20950

Browse files
author
Rafael Mendonça França
committed
Prepare for 1.0.1 release
1 parent b12850b commit 4c20950

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+
* Add deprecated `assert_tag`.
4+
15
# 1.0.0
26

37
* First Release.

lib/rails/dom/testing/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Rails
22
module Dom
33
module Testing
4-
VERSION = "1.0.0"
4+
VERSION = "1.0.1"
55
end
66
end
77
end

0 commit comments

Comments
 (0)