Skip to content

Commit 8384080

Browse files
committed
Version 3.25.0
1 parent dff6488 commit 8384080

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
# 3.25.0
4+
5+
* Resolve net-http adapter deprecation Ruby 3.4
6+
7+
Thanks to [Earlopain](https://github.com/Earlopain)
8+
39
# 3.24.0
410

511
* Ignore parsing errors when parsing invalid JSON or XML body to match against body pattern #1066

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Supported Ruby Interpreters
4444
* MRI 3.1
4545
* MRI 3.2
4646
* MRI 3.3
47+
* MRI 3.4
4748
* JRuby
4849

4950
## Installation

lib/webmock/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module WebMock
4-
VERSION = '3.24.0' unless defined?(::WebMock::VERSION)
4+
VERSION = '3.25.0' unless defined?(::WebMock::VERSION)
55
end

0 commit comments

Comments
 (0)