Skip to content

Commit 348622f

Browse files
committed
Version 3.26.0
1 parent 710131a commit 348622f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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.26.0
4+
5+
* Support Addressable::URI in request patterns
6+
7+
Thanks to [Alexey Zapparov](https://github.com/ixti)
8+
39
# 3.25.2
410

511
* Return support for `em_http_request`

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.25.2' unless defined?(::WebMock::VERSION)
4+
VERSION = '3.26.0' unless defined?(::WebMock::VERSION)
55
end

0 commit comments

Comments
 (0)