Skip to content

Commit

Permalink
Upgraded version to 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Jan 4, 2012
1 parent e0218c8 commit a50c583
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 1.7.10

* Yanked 1.7.9 and rebuilt gem on 1.8.7 to deal with syck/psych incompatibilties in gemspec.

## 1.7.9

* Fixed support for native Typhoeus timeouts.
Expand Down
2 changes: 1 addition & 1 deletion lib/webmock/version.rb
@@ -1,3 +1,3 @@
module WebMock
VERSION = '1.7.9' unless defined?(::WebMock::VERSION)
VERSION = '1.7.10' unless defined?(::WebMock::VERSION)
end

0 comments on commit a50c583

Please sign in to comment.