diff --git a/CHANGELOG.md b/CHANGELOG.md index ca62bb9..895ac1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # Changelog -## [2.2.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/2.2.0) (2023-12-19) +## [2.3.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/2.3.0) (2024-01-08) -[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.1.0...2.2.0) +[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.2.0...2.3.0) + +**Merged pull requests:** + +- Update rubocop-rspec requirement from ~\> 2.25.0 to ~\> 2.26.0 [\#50](https://github.com/voxpupuli/voxpupuli-rubocop/pull/50) ([dependabot[bot]](https://github.com/apps/dependabot)) +- README.md: fix link formatting [\#49](https://github.com/voxpupuli/voxpupuli-rubocop/pull/49) ([kenyon](https://github.com/kenyon)) + +## [v2.2.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/v2.2.0) (2023-12-19) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.1.0...v2.2.0) **Merged pull requests:** diff --git a/voxpupuli-rubocop.gemspec b/voxpupuli-rubocop.gemspec index 6fdb273..0b5c592 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.2.0' + s.version = '2.3.0' s.authors = ['Vox Pupuli'] s.email = ['voxpupuli@groups.io'] s.homepage = 'https://github.com/voxpupuli/voxpupuli-rubocop'