From 0159917fd934b04a9f6d2080218d96b94a6bae4e Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 12 Mar 2024 17:31:13 +0100 Subject: [PATCH] Release 2.6.0 --- CHANGELOG.md | 13 +++++++++++-- voxpupuli-rubocop.gemspec | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efc9208..a7480b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # Changelog -## [2.5.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/2.5.0) (2024-02-29) +## [2.6.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/2.6.0) (2024-03-12) -[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.4.0...2.5.0) +[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.5.0...2.6.0) + +**Merged pull requests:** + +- Update rubocop-minitest requirement from ~\> 0.34.1 to~\> 0.35.0 [\#57](https://github.com/voxpupuli/voxpupuli-rubocop/pull/57) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Update rubocop requirement from ~\> 1.61.0 to ~\> 1.62.0 [\#56](https://github.com/voxpupuli/voxpupuli-rubocop/pull/56) ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [v2.5.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/v2.5.0) (2024-02-29) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.4.0...v2.5.0) **Merged pull requests:** diff --git a/voxpupuli-rubocop.gemspec b/voxpupuli-rubocop.gemspec index ecf66a5..b950999 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.5.0' + s.version = '2.6.0' s.authors = ['Vox Pupuli'] s.email = ['voxpupuli@groups.io'] s.homepage = 'https://github.com/voxpupuli/voxpupuli-rubocop'