diff --git a/CHANGELOG.md b/CHANGELOG.md index 66407bc..1904f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ All notable changes to this project will be documented in this file. -## [v7.0.2](https://github.com/voxpupuli/voxpupuli-test/tree/v7.0.2) (2023-10-11) +## [v7.1.0](https://github.com/voxpupuli/voxpupuli-test/tree/v7.1.0) (2023-11-23) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v7.0.2...v7.1.0) + +**Implemented enhancements:** + +- puppetlabs\_spec\_helper: Require 7.x [\#122](https://github.com/voxpupuli/voxpupuli-test/pull/122) ([bastelfreak](https://github.com/bastelfreak)) + +## [v7.0.2](https://github.com/voxpupuli/voxpupuli-test/tree/v7.0.2) (2023-10-12) [Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v7.0.1...v7.0.2) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index f424a83..8825336 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.2' + s.version = '7.1.0' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'http://github.com/voxpupuli/voxpupuli-test'