diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e7c6ce..31c861e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 3.23.1 + +* Added support for async-http version >= 0.65.0 [PR](https://github.com/bblimke/webmock/pull/1056) + + Thanks to [Jacob Frautschi](https://github.com/jakeonfire) + # 3.23.0 * Fixed HTTP.rb adapter to support streaming real responses when WebMock is enabled. diff --git a/README.md b/README.md index 5461101e..2f57c05f 100644 --- a/README.md +++ b/README.md @@ -1202,6 +1202,7 @@ People who submitted patches and new features or suggested improvements. Many th * Victor Maslov * Gio Lodi * Ryan Brooks +* Jacob Frautschi For a full list of contributors you can visit the [contributors](https://github.com/bblimke/webmock/contributors) page.