Skip to content

Commit

Permalink
Bumping to version 6.2.0 (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jun 26, 2023
1 parent f0c31a6 commit a15914e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Changelog
=========

## Unreleased
## 6.2.0 (June 26, 2023)

[Full Changelog](https://github.com/vcr/vcr/compare/v6.1.0...master)
[Full Changelog](https://github.com/vcr/vcr/compare/v6.1.0...v6.2.0)

- Drop support for Ruby 2.6.
- [new] Add `drop_unused_requests` option to exclude unused interactions (#946) by @ryanseys and @mhuntglickman
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.1.0'
string = +'6.2.0'

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

0 comments on commit a15914e

Please sign in to comment.