Skip to content

Commit

Permalink
Version 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Oct 12, 2020
1 parent d03e76a commit 48cc7c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,14 @@
# Changelog

# 3.9.2

* Made global stubs thread-safe

Thanks to [Adam Harwood](https://github.com/adam-harwood)

# 3.9.1

Fixed support for passing `URI` objects as second argument of `stub_request`
* Fixed support for passing `URI` objects as second argument of `stub_request`

Thanks to [Ryan Kerr](https://github.com/leboshi)

Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -1137,6 +1137,7 @@ People who submitted patches and new features or suggested improvements. Many th
* Lucas Uyezu
* Bruno Sutic
* Ryan Kerr
* Adam Harwood

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
@@ -1,3 +1,3 @@
module WebMock
VERSION = '3.9.1' unless defined?(::WebMock::VERSION)
VERSION = '3.9.2' unless defined?(::WebMock::VERSION)
end

0 comments on commit 48cc7c5

Please sign in to comment.