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 2bff070 commit 7f03f6bCopy full SHA for 7f03f6b
CHANGELOG.md
@@ -1,6 +1,10 @@
1
## In git
2
3
-[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.1...master)
+[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.2...master)
4
+
5
+## 2.2.2 (June 15, 2012)
6
7
+[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.1...v2.2.2)
8
9
Bug Fixes:
10
lib/vcr/version.rb
@@ -10,7 +10,7 @@ module VCR
# * `parts` [Array<Integer>] List of the version parts.
11
def version
12
@version ||= begin
13
- string = '2.2.1'
+ string = '2.2.2'
14
15
def string.parts
16
split('.').map { |p| p.to_i }
0 commit comments