Skip to content

Commit 8d6530f

Browse files
committed
Version 3.18.0
1 parent 0b58e12 commit 8d6530f

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
# 3.18.0
4+
5+
* Net::BufferedIO is not replaced anymore.
6+
7+
Thanks to [Ray Zane](https://github.com/rzane)
8+
9+
* Simplified connection handing in Net::HTTP adapter.
10+
11+
Thanks to [Ray Zane](https://github.com/rzane)
12+
313
# 3.17.1
414

515
* Fixed Syntax Error

lib/webmock/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module WebMock
2-
VERSION = '3.17.1' unless defined?(::WebMock::VERSION)
2+
VERSION = '3.18.0' unless defined?(::WebMock::VERSION)
33
end

0 commit comments

Comments
 (0)