Skip to content

Commit a47947b

Browse files
committed
2.0.0.beta2 release.
1 parent 1013c4c commit a47947b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## In git
22

3-
[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.0.0.beta1...master)
3+
[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.0.0.beta2...master)
4+
5+
## 2.0.0 Beta 2 (November 6, 2011)
6+
7+
[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.0.0.beta1...v2.0.0.beta2)
48

59
* Update to (and require) Typhoeus 0.3.2.
610
* Fix a bug with `VCR.request_matchers.uri_without_param(:some_param)`

lib/vcr/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VCR
33

44
def version
55
@version ||= begin
6-
string = '2.0.0.beta1'
6+
string = '2.0.0.beta2'
77

88
def string.parts
99
split('.').map { |p| p.to_i }

0 commit comments

Comments
 (0)