Skip to content

Commit

Permalink
1.10.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jul 22, 2011
1 parent c986238 commit d62fe13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,13 @@
## In git

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

## 1.10.3 (July 21, 2011)

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

* Fix `:update_content_length_header` option so no error is raised if
a response body is nil. Bug reported by [jg](https://github.com/jg).

## 1.10.2 (July 16, 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.2'
string = '1.10.3'

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

0 comments on commit d62fe13

Please sign in to comment.