Skip to content

Commit

Permalink
v6.1.0 (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Mar 13, 2022
1 parent 7ac8292 commit a19a615
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Changelog
=========

## Unreleased changes
[Full Changelog](https://github.com/vcr/vcr/compare/v6.0.0...master)
## 6.1.0 (March 13, 2022)

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

- [breaking] Remove support for Ruby 2.5, require 2.6 or newer (#914)
- [breaking] Remove support for Ruby 2.4, require Ruby 2.5 or newer (#900)
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.0.0'
string = +'6.1.0'

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

0 comments on commit a19a615

Please sign in to comment.