File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # 3.25.1
4
+
5
+ * Fix FrozenError in Typhoeus streaming response body
6
+
7
+ Thanks to [ Patrick Jaberg] ( https://github.com/patrickjaberg )
8
+
3
9
# 3.25.0
4
10
5
11
* Resolve net-http adapter deprecation Ruby 3.4
Original file line number Diff line number Diff line change @@ -1207,6 +1207,7 @@ People who submitted patches and new features or suggested improvements. Many th
1207
1207
* Jacob Frautschi
1208
1208
* Christian Schmidt
1209
1209
* Rodrigo Argumedo
1210
+ * Patrick Jaberg
1210
1211
1211
1212
For a full list of contributors you can visit the
1212
1213
[ contributors] ( https://github.com/bblimke/webmock/contributors ) page.
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module WebMock
4
- VERSION = '3.25.0 ' unless defined? ( ::WebMock ::VERSION )
4
+ VERSION = '3.25.1 ' unless defined? ( ::WebMock ::VERSION )
5
5
end
You can’t perform that action at this time.
0 commit comments