We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710131a commit 348622fCopy full SHA for 348622f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+# 3.26.0
4
+
5
+* Support Addressable::URI in request patterns
6
7
+ Thanks to [Alexey Zapparov](https://github.com/ixti)
8
9
# 3.25.2
10
11
* Return support for `em_http_request`
lib/webmock/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module WebMock
- VERSION = '3.25.2' unless defined?(::WebMock::VERSION)
+ VERSION = '3.26.0' unless defined?(::WebMock::VERSION)
end
0 commit comments