Skip to content

Commit

Permalink
Version 3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Feb 25, 2021
1 parent 0863dcf commit 98c7ddb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 3.11.3

* Fixed async-http adapter to only considered requests as real if they are real.

Thanks to Thanks to [Tony Schneider](https://github.com/tonywok) and [Samuel Williams](https://github.com/ioquatix)

# 3.11.2

* Fix for Manticore streaming mode
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,8 @@ People who submitted patches and new features or suggested improvements. Many th
* ce07c3
* Jun Jiang
* Oleksiy Kovyrin
* Matt Larraz
* Tony Schneider

For a full list of contributors you can visit the
[contributors](https://github.com/bblimke/webmock/contributors) page.
Expand Down
2 changes: 1 addition & 1 deletion lib/webmock/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WebMock
VERSION = '3.11.2' unless defined?(::WebMock::VERSION)
VERSION = '3.11.3' unless defined?(::WebMock::VERSION)
end

0 comments on commit 98c7ddb

Please sign in to comment.