Skip to content

Commit

Permalink
Bump version to 1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Jul 23, 2012
1 parent fb41a00 commit 5fa0c99
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## 1.8.8

* Fixed Net::HTTP adapter so that it returns `nil` for an empty body response.

Thanks to [Myron Marston](https://github.com/myronmarston)

* Gemspec defines compatibility with Addressable ~> 2.2.8, not >= 2.3.0

* Specs compatibility with Typhoeus 0.4.0

Thanks to [Hans Hasselberg](https://github.com/i0rek)

* Handling content types that specify a charset

Thanks to [Kevin Glowacz](https://github.com/kjg)

* Fixed em-http-request adapter to correctly fetch authorization header from a request

Thanks to [Julien Boyer](https://github.com/chatgris)

* Fixing travis-ci image to report master's status

Thanks to [Ryan Schlesinger](https://github.com/ryansch)

* Fixed problem with em-http-request callback triggering if there were other EM::Deferred callbacks registered

Thanks to [Jon Leighton](https://github.com/jonleighton)

* Fixed problem with em-http-request appending the query to the URI a second time, and
the parameters are repeated.

Thanks to [Jon Leighton](https://github.com/jonleighton)

## 1.8.7

* Compatibility with RSpec >= 2.10
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,11 @@ People who submitted patches and new features or suggested improvements. Many th
* Eric Oestrich
* erwanlr
* Ben Bleything
* Jon Leighton
* Ryan Schlesinger
* Julien Boyer
* Kevin Glowacz
* Hans Hasselberg

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 = '1.8.7' unless defined?(::WebMock::VERSION)
VERSION = '1.8.8' unless defined?(::WebMock::VERSION)
end

0 comments on commit 5fa0c99

Please sign in to comment.