Skip to content

Commit 475c7ce

Browse files
committed
Prepare v2.0.1
1 parent 40f9a59 commit 475c7ce

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,5 +1,9 @@
11
# CHANGELOG
22

3+
## v2.0.1
4+
5+
* Remove `env.dup` that was added in v2.0.0, because it broke some controller specs in some Rails apps.
6+
37
## v2.0.0
48

59
* Support Rack 3 and add Rack >= 3.0 as a dependency

lib/utf8-cleaner/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module UTF8Cleaner
4-
VERSION = '2.0.0'
4+
VERSION = '2.0.1'
55
end

0 commit comments

Comments
 (0)