Skip to content

Commit

Permalink
Version 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Aug 17, 2011
1 parent 5f8d898 commit b6ca337
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.7.4

* Added support for matching EM-HTTP-Request requests with body declared as a Hash

Thanks to [David Yeu](https://github.com/daveyeu)

## 1.7.3

* Added `Get`, `Post`, `Delete`, `Put`, `Head`, `Option` constants to replaced `Net::HTTP` to make it possible to marshal objects with these constants assigned to properties. This fixed problem with `tvdb_party` gem which serializes HTTParty responses.
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -646,6 +646,7 @@ People who submitted patches and new features or suggested improvements. Many th
* Zach Dennis
* Nikita Fedyashev
* Lin Jen-Shin
* David Yeu

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,3 +1,3 @@
module WebMock
VERSION = '1.7.3' unless defined?(::WebMock::VERSION)
VERSION = '1.7.4' unless defined?(::WebMock::VERSION)
end

0 comments on commit b6ca337

Please sign in to comment.