Skip to content

Commit

Permalink
Version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Aug 15, 2011
1 parent 607e1e8 commit 8edff05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## 1.7.0.pre
## 1.7.0

* Fixed Net::HTTP adapter to not break normal Net::HTTP behaviour when network connections are allowed. This fixes **selenium-webdriver compatibility**!!!

Expand Down
2 changes: 1 addition & 1 deletion lib/webmock/version.rb
@@ -1,3 +1,3 @@
module WebMock
VERSION = '1.7.0.pre' unless defined?(::WebMock::VERSION)
VERSION = '1.7.0' unless defined?(::WebMock::VERSION)
end

0 comments on commit 8edff05

Please sign in to comment.