We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f9a59 commit 475c7ceCopy full SHA for 475c7ce
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
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
7
## v2.0.0
8
9
* Support Rack 3 and add Rack >= 3.0 as a dependency
lib/utf8-cleaner/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module UTF8Cleaner
- VERSION = '2.0.0'
+ VERSION = '2.0.1'
end
0 commit comments