Skip to content

Commit ce700d9

Browse files
committed
Version 3.26.2
1 parent ddf8a43 commit ce700d9

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
# Changelog
22

3+
# 3.26.2
4+
5+
* Add support to parse http/2 request on curb adapter
6+
7+
Thanks to [Christoph Rieß](https://github.com/criess)
8+
9+
* CurbAdapter alias `code` from `response_code`
10+
11+
Thanks to [Christoph Rieß](https://github.com/criess)
12+
13+
* Add HTTP.rb v6.0.0 compatibility to http_rb adapter
14+
15+
Thanks to [Erik Berlin](https://github.com/sferik)
16+
317
# 3.26.1
418

5-
Fix compatibility with recent async-http versions
19+
* Fix compatibility with recent async-http versions
620

721
Thanks to [Mikhail Doronin](https://github.com/misdoro)
822

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,8 @@ People who submitted patches and new features or suggested improvements. Many th
12111211
* Patrick Jaberg
12121212
* Oleg
12131213
* Mikhail Doronin
1214+
* Christoph Rieß
1215+
* Erik Berlin
12141216

12151217
For a full list of contributors you can visit the
12161218
[contributors](https://github.com/bblimke/webmock/contributors) page.

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

0 commit comments

Comments
 (0)