Skip to content

Commit cdd66da

Browse files
committed
Prepare v4.0.4 release
1 parent f34f68d commit cdd66da

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
# 4.0.3 (November 15th, 2023)
210

311
Bugfixes:

lib/split/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Split
4-
VERSION = "4.0.3"
4+
VERSION = "4.0.4"
55
end

0 commit comments

Comments
 (0)