diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc7f66..b21a319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [v5.3.0](https://github.com/voxpupuli/voxpupuli-test/tree/v5.3.0) (2022-03-12) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v5.2.0...v5.3.0) + +**Implemented enhancements:** + +- rubocop: Naming/MethodParameterName: Add common short parameters names to AllowedNames [\#71](https://github.com/voxpupuli/voxpupuli-test/pull/71) ([root-expert](https://github.com/root-expert)) +- rubocop: Disable Style/OptionalBooleanParameter [\#70](https://github.com/voxpupuli/voxpupuli-test/pull/70) ([root-expert](https://github.com/root-expert)) + ## [v5.2.0](https://github.com/voxpupuli/voxpupuli-test/tree/v5.2.0) (2021-12-17) [Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v5.1.1...v5.2.0) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index 914473c..3c8a4e8 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'voxpupuli-test' - s.version = '5.2.0' + s.version = '5.3.0' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'http://github.com/voxpupuli/voxpupuli-test'