From f64906b6851a5d2a9978c5e21e692ef42b5d6d66 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 6 Sep 2024 13:01:01 +0200 Subject: [PATCH] Release 9.1.0 --- CHANGELOG.md | 12 ++++++++++++ voxpupuli-test.gemspec | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da63820..1ffe89b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [v9.1.0](https://github.com/voxpupuli/voxpupuli-test/tree/v9.1.0) (2024-09-06) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v9.0.0...v9.1.0) + +**Implemented enhancements:** + +- rspec-puppet: Require 5.x [\#146](https://github.com/voxpupuli/voxpupuli-test/pull/146) ([bastelfreak](https://github.com/bastelfreak)) + +**Merged pull requests:** + +- README.md: Document how to use voxpupuli-test [\#147](https://github.com/voxpupuli/voxpupuli-test/pull/147) ([bastelfreak](https://github.com/bastelfreak)) + ## [v9.0.0](https://github.com/voxpupuli/voxpupuli-test/tree/v9.0.0) (2024-07-08) [Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v8.1.0...v9.0.0) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index 300adbc..088f9b6 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'voxpupuli-test' - s.version = '9.0.0' + s.version = '9.1.0' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'http://github.com/voxpupuli/voxpupuli-test'