Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update to version 1.8.1
  • Loading branch information
bblimke committed Mar 5, 2012
1 parent 712d7b5 commit 8825a2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## 1.8.1

* Ensured WebMock doesn't interfere with `em-synchrony`, when `em-synchrony/em-http` is not included.

Thanks to [Nick Recobra](https://github.com/oruen)

* Improved README

Thanks to [Jordan Elver](https://github.com/jordelver)


## 1.8.0

* Matching request body against partial hash.
Expand Down
2 changes: 1 addition & 1 deletion lib/webmock/version.rb
@@ -1,3 +1,3 @@
module WebMock
VERSION = '1.8.0' unless defined?(::WebMock::VERSION)
VERSION = '1.8.1' unless defined?(::WebMock::VERSION)
end

0 comments on commit 8825a2a

Please sign in to comment.