Skip to content

Commit

Permalink
Bump to version 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Mar 19, 2012
1 parent 3b4ef12 commit 4a0382d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.8.4

* Warning message is printed when an unsupported version of a http library is loaded.

Thanks to [Alexander Staubo](https://github.com/alexstaubo) for reporting the problem and to [Myron Marston](https://github.com/myronmarston) for a help with solution.

## 1.8.3

* Fixed compatibility with latest em-http-request
Expand Down
2 changes: 1 addition & 1 deletion lib/webmock/version.rb
@@ -1,3 +1,3 @@
module WebMock
VERSION = '1.8.3' unless defined?(::WebMock::VERSION)
VERSION = '1.8.4' unless defined?(::WebMock::VERSION)
end

0 comments on commit 4a0382d

Please sign in to comment.