Skip to content

Commit

Permalink
Version 3.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Feb 20, 2024
1 parent 5a1237f commit 3f4c320
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

# 3.21.1

* The stubbed Net::HTTPResponse#uri now returns request.uri, aligning it with the behavior of an actual Net::HTTPResponse.

# 3.21.0

* Don't use deprecated Rack::VERSION for Rack >= 3
Expand Down
2 changes: 1 addition & 1 deletion lib/webmock/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

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

0 comments on commit 3f4c320

Please sign in to comment.