We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f34f68d commit cdd66daCopy full SHA for cdd66da
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 4.0.4 (March 3rd, 2024)
2
+
3
+Bugfixes:
4
+- Better integration for EncapsulatedHelper when needing params/request info (@henrique-ft, #721 and #723)
5
6
+Misc:
7
+- Make specs compatible with newer Rack versions (@andrehjr, #722)
8
9
# 4.0.3 (November 15th, 2023)
10
11
Bugfixes:
lib/split/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Split
- VERSION = "4.0.3"
+ VERSION = "4.0.4"
end
0 commit comments