Skip to content

Commit

Permalink
2.2.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jul 10, 2012
1 parent b47858a commit 9b2d293
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.2...master)

Bug Fixes:

* Fix FakeWeb library hook so that it properly handles the case where
multiple requests are made using the same Net::HTTP request object.
Previously, a `NoMethodError` was raised. Thanks to [Jacob
Green](https://github.com/Jacobkg) for helping to troubleshoot
this bug!

## 2.2.2 (June 15, 2012)

[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.1...v2.2.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/vcr/version.rb
Expand Up @@ -10,7 +10,7 @@ module VCR
# * `parts` [Array<Integer>] List of the version parts.
def version
@version ||= begin
string = '2.2.2'
string = '2.2.3'

def string.parts
split('.').map { |p| p.to_i }
Expand Down

0 comments on commit 9b2d293

Please sign in to comment.