Skip to content

Commit

Permalink
Version 3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Feb 19, 2024
1 parent ea7792c commit fb4c084
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

# 3.21.0

* Don't use deprecated Rack::VERSION for Rack >= 3

Thanks to [Étienne Barrié](https://github.com/etiennebarrie)

* Updated HTTPClient adapter, to build request signature using the URI after filters have been applied.

Thanks to [Matt Brown](https://github.com/mattbnz)

# 3.20.0

* Optimised EmHttpRequestAdapter performance.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -1193,6 +1193,8 @@ People who submitted patches and new features or suggested improvements. Many th
* Earlopain
* James Brown
* Kazuhiro NISHIYAMA
* Étienne Barrié
* Matt Brown

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,5 +1,5 @@
# frozen_string_literal: true

module WebMock
VERSION = '3.20.0' unless defined?(::WebMock::VERSION)
VERSION = '3.21.0' unless defined?(::WebMock::VERSION)
end

0 comments on commit fb4c084

Please sign in to comment.