Skip to content

Commit 7573d96

Browse files
committed
1.10.1 release.
1 parent 042a1b5 commit 7573d96

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/v1.10.0...master)
3+
[Full Changelog](http://github.com/myronmarston/vcr/compare/v1.10.1...master)
4+
5+
## 1.10.1 (July 16, 2011)
6+
7+
[Full Changelog](http://github.com/myronmarston/vcr/compare/v1.10.0...v1.10.1)
48

59
* Fix typo in error message [Bradley](https://github.com/bradleyisotope).
610
* Fix excon adapter to properly handle queries specified as a hash.

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 = '1.10.0'
6+
string = '1.10.1'
77

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

0 commit comments

Comments
 (0)