We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1013c4c commit a47947bCopy full SHA for a47947b
CHANGELOG.md
@@ -1,6 +1,10 @@
1
## In git
2
3
-[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.0.0.beta1...master)
+[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)
8
9
* Update to (and require) Typhoeus 0.3.2.
10
* Fix a bug with `VCR.request_matchers.uri_without_param(:some_param)`
lib/vcr/version.rb
@@ -3,7 +3,7 @@ module VCR
def version
@version ||= begin
- string = '2.0.0.beta1'
+ string = '2.0.0.beta2'
def string.parts
split('.').map { |p| p.to_i }
0 commit comments