From 504c50c145c95c2fff8d84ea3b376a806f0e82f1 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 19 Dec 2024 21:39:53 +0100 Subject: [PATCH] Release 3.3.0 --- CHANGELOG.md | 9 +++++++++ voxpupuli-acceptance.gemspec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 019e979..969ce24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [3.3.0](https://github.com/voxpupuli/voxpupuli-acceptance/tree/3.3.0) (2024-12-19) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-acceptance/compare/3.2.0...3.3.0) + +**Implemented enhancements:** + +- puppet-modulebuilder: Require 2.x [\#87](https://github.com/voxpupuli/voxpupuli-acceptance/pull/87) ([bastelfreak](https://github.com/bastelfreak)) +- Document how to list setfiles [\#42](https://github.com/voxpupuli/voxpupuli-acceptance/pull/42) ([bastelfreak](https://github.com/bastelfreak)) + ## [3.2.0](https://github.com/voxpupuli/voxpupuli-acceptance/tree/3.2.0) (2024-05-29) [Full Changelog](https://github.com/voxpupuli/voxpupuli-acceptance/compare/3.1.0...3.2.0) diff --git a/voxpupuli-acceptance.gemspec b/voxpupuli-acceptance.gemspec index a2a7c79..45f36e0 100644 --- a/voxpupuli-acceptance.gemspec +++ b/voxpupuli-acceptance.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'voxpupuli-acceptance' - s.version = '3.2.0' + s.version = '3.3.0' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'https://github.com/voxpupuli/voxpupuli-acceptance'