Skip to content

Commit

Permalink
1.11.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Aug 19, 2011
1 parent c0141b0 commit 5393e26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## In git

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

## 1.11.1 (August 18, 2011)

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

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

## 1.11.0 (August 18, 2011)

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

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

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

0 comments on commit 5393e26

Please sign in to comment.