diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cec176..bf7c7e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. +## [v2.5.0](https://github.com/voxpupuli/voxpupuli-test/tree/v2.5.0) (2021-08-13) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v2.4.0...v2.5.0) + +**Implemented enhancements:** + +- Add metadata\_json\_deps + rake task [\#47](https://github.com/voxpupuli/voxpupuli-test/pull/47) ([bastelfreak](https://github.com/bastelfreak)) + +**Fixed bugs:** + +- Append `check:trailing_whitespace` rake task to `check` and not `release_checks` [\#48](https://github.com/voxpupuli/voxpupuli-test/pull/48) ([bastelfreak](https://github.com/bastelfreak)) + +**Merged pull requests:** + +- require metadata-json-lint 3 or newer/metadata\_json\_deps 0.3.0 or newer [\#50](https://github.com/voxpupuli/voxpupuli-test/pull/50) ([bastelfreak](https://github.com/bastelfreak)) +- Use default facter version from rspec-puppet-facts [\#49](https://github.com/voxpupuli/voxpupuli-test/pull/49) ([ekohl](https://github.com/ekohl)) +- Depend on puppet-lint \>= 2.5.0 [\#45](https://github.com/voxpupuli/voxpupuli-test/pull/45) ([bastelfreak](https://github.com/bastelfreak)) + ## [v2.4.0](https://github.com/voxpupuli/voxpupuli-test/tree/v2.4.0) (2021-07-21) [Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v2.3.0...v2.4.0) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index d0c3186..db8274a 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'voxpupuli-test' - s.version = '2.4.0' + s.version = '2.5.0' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'http://github.com/voxpupuli/voxpupuli-test'