Skip to content

Commit 60b204c

Browse files
authored
Bumping to version 6.3.1 (#1034)
1 parent 601900d commit 60b204c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
## 6.3.1 (Aug 20, 2024)
5+
[Full Changelog](https://github.com/vcr/vcr/compare/v6.3.0...v6.3.1)
6+
7+
- [fix] Fix regression reported by @myronmarson in #1031, by requiring test dependency faraday-multipart in tests only. (#1032) Thanks, @colinbruce!
8+
49
## 6.3.0 (Aug 19, 2024)
510
[Full Changelog](https://github.com/vcr/vcr/compare/v6.2.0...v6.3.0)
611

lib/vcr/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VCR
1010
# * `parts` [Array<Integer>] List of the version parts.
1111
def version
1212
@version ||= begin
13-
string = +'6.3.0'
13+
string = +'6.3.1'
1414

1515
def string.parts
1616
split('.').map { |p| p.to_i }

0 commit comments

Comments
 (0)