Skip to content

Commit

Permalink
Version 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Jan 13, 2021
1 parent 881c355 commit c2721df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

# 3.11.1

* Compatibility with async-http 0.54+

Thanks to [Jun Jiang](https://github.com/jasl)

# 3.11.0

* Added support for `features` in http.rb adapter.

Thanks to [Carl (ce07c3)](https://github.com/ce07c3)
Thanks to [Carl (ce07c3)](https://github.com/ce07c3)

# 3.10.0

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,7 @@ People who submitted patches and new features or suggested improvements. Many th
* Jesse Bowes
* Marek Kasztelnik
* ce07c3
* Jun Jiang

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.0' unless defined?(::WebMock::VERSION)
VERSION = '3.11.1' unless defined?(::WebMock::VERSION)
end

0 comments on commit c2721df

Please sign in to comment.