Skip to content

Commit

Permalink
Version 3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Aug 29, 2023
1 parent 8401c6e commit f5726d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# 3.19.0

* When passing a Proc or lambda as response body to `to_return_json`, the body is evaluated at the time of request and not at the time of `to_return_json` method invocation.

Thanks to [Jason Karns](https://github.com/jasonkarns) for reporting.

* Do not alter real (non-stubbed) request headers when handling em-http-request requests.

Thanks to [Yoann Lecuyer](https://github.com/ylecuyer)
Expand Down
2 changes: 1 addition & 1 deletion lib/webmock/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WebMock
VERSION = '3.19.0' unless defined?(::WebMock::VERSION)
VERSION = '3.19.1' unless defined?(::WebMock::VERSION)
end

0 comments on commit f5726d6

Please sign in to comment.