Skip to content

Commit

Permalink
1.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Aug 22, 2010
1 parent c948f88 commit 4a465ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
#Changelog

## In Git
## 1.1.0 (August 22, 2010)

* Added `:match_requests_on` cassette option, which determines how VCR matches requests.
* Removed VCR::TaskRunner and the corresponding rake task definition. The rake task migrated cassettes from the
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, 0, 3].join('.')
string = [1, 1, 0].join('.')

def string.parts; VCR.version.split('.').map { |p| p.to_i }; end
def string.major; parts[0]; end
Expand Down

0 comments on commit 4a465ca

Please sign in to comment.