From bba25bb2f78c893d6c1c6c12b165d37aced05410 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 10 May 2024 20:35:44 +0200 Subject: [PATCH] Release 2.7.0 --- CHANGELOG.md | 13 +++++++++++-- voxpupuli-rubocop.gemspec | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7480b0..b4ca77b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # Changelog -## [2.6.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/2.6.0) (2024-03-12) +## [2.7.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/2.7.0) (2024-05-10) -[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.5.0...2.6.0) +[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.6.0...2.7.0) + +**Merged pull requests:** + +- Update rubocop requirement from ~\> 1.62.0 to \>= 1.62, \< 1.64 [\#60](https://github.com/voxpupuli/voxpupuli-rubocop/pull/60) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Update rubocop-performance requirement from ~\> 1.20.0 to \>= 1.20, \< 1.22 [\#59](https://github.com/voxpupuli/voxpupuli-rubocop/pull/59) ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [v2.6.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/v2.6.0) (2024-03-12) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.5.0...v2.6.0) **Merged pull requests:** diff --git a/voxpupuli-rubocop.gemspec b/voxpupuli-rubocop.gemspec index cb53d82..3a25425 100644 --- a/voxpupuli-rubocop.gemspec +++ b/voxpupuli-rubocop.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'voxpupuli-rubocop' - s.version = '2.6.0' + s.version = '2.7.0' s.authors = ['Vox Pupuli'] s.email = ['voxpupuli@groups.io'] s.homepage = 'https://github.com/voxpupuli/voxpupuli-rubocop'