From 3ed6ef1493defc2ea5554a89d9beb5f6da81d9ce Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 18 Jan 2024 11:18:47 +0100 Subject: [PATCH] Release 2.4.0 --- CHANGELOG.md | 12 ++++++++++-- voxpupuli-rubocop.gemspec | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 895ac1e..29c02b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Changelog -## [2.3.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/2.3.0) (2024-01-08) +## [2.4.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/2.4.0) (2024-01-18) -[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.2.0...2.3.0) +[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.3.0...2.4.0) + +**Merged pull requests:** + +- Update rubocop requirement from ~\> 1.59.0 to ~\> 1.60.0 [\#52](https://github.com/voxpupuli/voxpupuli-rubocop/pull/52) ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [v2.3.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/v2.3.0) (2024-01-08) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.2.0...v2.3.0) **Merged pull requests:** diff --git a/voxpupuli-rubocop.gemspec b/voxpupuli-rubocop.gemspec index dde2640..2063a38 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.3.0' + s.version = '2.4.0' s.authors = ['Vox Pupuli'] s.email = ['voxpupuli@groups.io'] s.homepage = 'https://github.com/voxpupuli/voxpupuli-rubocop'