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 11# Changelog
22
3+ # 3.25.1
4+
5+ * Fix FrozenError in Typhoeus streaming response body
6+
7+ Thanks to [ Patrick Jaberg] ( https://github.com/patrickjaberg )
8+
39# 3.25.0
410
511* 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
12071207* Jacob Frautschi
12081208* Christian Schmidt
12091209* Rodrigo Argumedo
1210+ * Patrick Jaberg
12101211
12111212For a full list of contributors you can visit the
12121213[ contributors] ( https://github.com/bblimke/webmock/contributors ) page.
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module WebMock
4- VERSION = '3.25.0 ' unless defined? ( ::WebMock ::VERSION )
4+ VERSION = '3.25.1 ' unless defined? ( ::WebMock ::VERSION )
55end
You can’t perform that action at this time.
0 commit comments