Skip to content

Commit

Permalink
Version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed May 1, 2018
1 parent 67b75e9 commit ca54cf8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.4.1

* When comparing url encoded body to a body from request stub, which was declared as hash, only String, Numeric and boolean hash values are stringified before the comparison.

Thanks to [Lukas Pokorny](https://github.com/luk4s)

## 3.4.0

* Ruby 2.6 support. Prevent `Net/ReadTimeout` error in Ruby 2.6
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,7 @@ People who submitted patches and new features or suggested improvements. Many th
* Matt Brictson
* Kenny Ortmann
* redbar0n
* Lukas Pokorny

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

0 comments on commit ca54cf8

Please sign in to comment.