diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ca77b..0052e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,20 @@ # Changelog -## [2.7.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/2.7.0) (2024-05-10) +## [2.7.1](https://github.com/voxpupuli/voxpupuli-rubocop/tree/2.7.1) (2024-06-28) -[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.6.0...2.7.0) +[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.7.0...2.7.1) + +**Fixed bugs:** + +- rubocop.yml: exclude fixtures directory [\#65](https://github.com/voxpupuli/voxpupuli-rubocop/pull/65) ([bastelfreak](https://github.com/bastelfreak)) + +**Merged pull requests:** + +- Document major release policy [\#64](https://github.com/voxpupuli/voxpupuli-rubocop/pull/64) ([bastelfreak](https://github.com/bastelfreak)) + +## [v2.7.0](https://github.com/voxpupuli/voxpupuli-rubocop/tree/v2.7.0) (2024-05-11) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.6.0...v2.7.0) **Merged pull requests:** diff --git a/voxpupuli-rubocop.gemspec b/voxpupuli-rubocop.gemspec index 3a25425..53f401d 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.7.0' + s.version = '2.7.1' s.authors = ['Vox Pupuli'] s.email = ['voxpupuli@groups.io'] s.homepage = 'https://github.com/voxpupuli/voxpupuli-rubocop'