Skip to content

Commit

Permalink
Version 3.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Feb 6, 2025
1 parent dff6488 commit 8384080
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 3.25.0

* Resolve net-http adapter deprecation Ruby 3.4

Thanks to [Earlopain](https://github.com/Earlopain)

# 3.24.0

* Ignore parsing errors when parsing invalid JSON or XML body to match against body pattern #1066
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Supported Ruby Interpreters
* MRI 3.1
* MRI 3.2
* MRI 3.3
* MRI 3.4
* JRuby

## Installation
Expand Down
2 changes: 1 addition & 1 deletion lib/webmock/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WebMock
VERSION = '3.24.0' unless defined?(::WebMock::VERSION)
VERSION = '3.25.0' unless defined?(::WebMock::VERSION)
end

0 comments on commit 8384080

Please sign in to comment.