From 443fad5b8c7c9939f1dfcd0111f712ee45e072f4 Mon Sep 17 00:00:00 2001
From: Tim Meusel <tim@bastelfreak.de>
Date: Thu, 23 Nov 2023 09:18:14 +0100
Subject: [PATCH] Release 2.1.0

---
 CHANGELOG.md              | 12 ++++++++++--
 Rakefile                  |  2 +-
 voxpupuli-rubocop.gemspec |  2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index aae3b44..582cad2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
 # Changelog
 
-## [2.0.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/2.0.0) (2023-07-13)
+## [2.1.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/2.1.0) (2023-11-23)
 
-[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v1.4.0...2.0.0)
+[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.0.0...2.1.0)
+
+**Implemented enhancements:**
+
+- Update all rubocop dependencies [\#42](https://github.com/voxpupuli/voxpupuli-rubocop/pull/42) ([bastelfreak](https://github.com/bastelfreak))
+
+## [v2.0.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/v2.0.0) (2023-07-13)
+
+[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v1.4.0...v2.0.0)
 
 **Breaking changes:**
 
diff --git a/Rakefile b/Rakefile
index 3efb0cc..93c1061 100644
--- a/Rakefile
+++ b/Rakefile
@@ -8,7 +8,7 @@ rescue LoadError
   # Do nothing if no required gem installed
 else
   GitHubChangelogGenerator::RakeTask.new :changelog do |config|
-    config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog]
+    config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog github_actions]
     config.user = 'voxpupuli'
     config.project = 'voxpupuli-rubocop'
     gem_version = Gem::Specification.load("#{config.project}.gemspec").version
diff --git a/voxpupuli-rubocop.gemspec b/voxpupuli-rubocop.gemspec
index f940f83..16e2bd0 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.0.0'
+  s.version     = '2.1.0'
   s.authors     = ['Vox Pupuli']
   s.email       = ['voxpupuli@groups.io']
   s.homepage    = 'https://github.com/voxpupuli/voxpupuli-rubocop'