diff --git a/CHANGELOG.md b/CHANGELOG.md index 1904f0c..9df338f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [v7.2.0](https://github.com/voxpupuli/voxpupuli-test/tree/v7.2.0) (2024-05-23) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v7.1.0...v7.2.0) + +**Implemented enhancements:** + +- puppetlabs\_spec\_helper: Require 7.3 [\#126](https://github.com/voxpupuli/voxpupuli-test/pull/126) ([bastelfreak](https://github.com/bastelfreak)) + ## [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) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index d4c028c..b9df7d6 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.1.0' + s.version = '7.2.0' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'http://github.com/voxpupuli/voxpupuli-test'