Skip to content

Commit

Permalink
1.11.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Aug 19, 2011
1 parent c5a80fc commit 966d8ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,12 @@
## In git

[Full Changelog](http://github.com/myronmarston/vcr/compare/v1.10.3...master)
[Full Changelog](http://github.com/myronmarston/vcr/compare/v1.11.0...master)

## 1.11.0 (August 18, 2011)

[Full Changelog](http://github.com/myronmarston/vcr/compare/v1.10.3...v1.11.0)

* Updates to work with WebMock 1.7.0.

## 1.10.3 (July 21, 2011)

Expand Down
2 changes: 1 addition & 1 deletion lib/vcr/version.rb
Expand Up @@ -3,7 +3,7 @@ module VCR

def version
@version ||= begin
string = '1.10.3'
string = '1.11.0'

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

0 comments on commit 966d8ba

Please sign in to comment.