Skip to content

Commit

Permalink
Bumping to version 6.3.1 (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Aug 20, 2024
1 parent 601900d commit 60b204c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

## 6.3.1 (Aug 20, 2024)
[Full Changelog](https://github.com/vcr/vcr/compare/v6.3.0...v6.3.1)

- [fix] Fix regression reported by @myronmarson in #1031, by requiring test dependency faraday-multipart in tests only. (#1032) Thanks, @colinbruce!

## 6.3.0 (Aug 19, 2024)
[Full Changelog](https://github.com/vcr/vcr/compare/v6.2.0...v6.3.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/vcr/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VCR
# * `parts` [Array<Integer>] List of the version parts.
def version
@version ||= begin
string = +'6.3.0'
string = +'6.3.1'

def string.parts
split('.').map { |p| p.to_i }
Expand Down

0 comments on commit 60b204c

Please sign in to comment.