diff --git a/CHANGELOG.md b/CHANGELOG.md index d592c0f..806ef24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [v7.0.1](https://github.com/voxpupuli/voxpupuli-test/tree/v7.0.1) (2023-10-11) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v7.0.0...v7.0.1) + +**Merged pull requests:** + +- rspec-puppet: Update 3.x to 4.x & metadata-json-lint: Update 3.x to 4.x [\#118](https://github.com/voxpupuli/voxpupuli-test/pull/118) ([bastelfreak](https://github.com/bastelfreak)) + ## [v7.0.0](https://github.com/voxpupuli/voxpupuli-test/tree/v7.0.0) (2023-08-17) [Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v6.0.0...v7.0.0) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index c969cd9..a6265ec 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'voxpupuli-test' - s.version = '7.0.0' + s.version = '7.0.1' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'http://github.com/voxpupuli/voxpupuli-test'