diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b9fb096..74dd151bd 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/lib/webmock/version.rb b/lib/webmock/version.rb index a560e4173..3f578e73d 100644 --- a/lib/webmock/version.rb +++ b/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