We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4baddbf commit 8265143Copy full SHA for 8265143
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# 3.18.1
4
+
5
+ * Reverted simplified connection handing in Net::HTTP adapter due to https://github.com/bblimke/webmock/issues/999
6
7
# 3.18.0
8
9
* Net::BufferedIO is not replaced anymore.
lib/webmock/version.rb
@@ -1,3 +1,3 @@
module WebMock
- VERSION = '3.18.0' unless defined?(::WebMock::VERSION)
+ VERSION = '3.18.1' unless defined?(::WebMock::VERSION)
end
0 commit comments