Skip to content

Commit 8265143

Browse files
committedAug 18, 2022
Version 3.18.1
1 parent 4baddbf commit 8265143

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# 3.18.1
4+
5+
* Reverted simplified connection handing in Net::HTTP adapter due to https://github.com/bblimke/webmock/issues/999
6+
37
# 3.18.0
48

59
* Net::BufferedIO is not replaced anymore.

‎lib/webmock/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module WebMock
2-
VERSION = '3.18.0' unless defined?(::WebMock::VERSION)
2+
VERSION = '3.18.1' unless defined?(::WebMock::VERSION)
33
end

0 commit comments

Comments
 (0)
Please sign in to comment.