Skip to content

Commit

Permalink
Bump to version 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed May 12, 2012
1 parent 7bc4f70 commit d083e68
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

## 1.8.7

* Compatibility with RSpec >= 2.10

Thanks to [erwanlr](https://github.com/erwanlr) for reporting this issue.

* Add missing required rack environment variable SCRIPT_NAME

Thanks to [Eric Oestrich](https://github.com/oestrich)

* Fixed warnings due to @query_params not being initialized

Thanks to [Ben Bleything](https://github.com/bleything)

## 1.8.6

* Pass through SERVER_PORT when stubbing to rack
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -705,6 +705,8 @@ People who submitted patches and new features or suggested improvements. Many th
* jugyo
* aindustries
* Eric Oestrich
* erwanlr
* Ben Bleything

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

0 comments on commit d083e68

Please sign in to comment.