From 07a96cfefe3e0179100bf6d56cf62bc4c7928dc5 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 19 Dec 2024 21:49:25 +0100 Subject: [PATCH] Release 3.2.0 --- CHANGELOG.md | 8 ++++++++ lib/voxpupuli/release/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c457fa..80734ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [v3.2.0](https://github.com/voxpupuli/voxpupuli-release/tree/v3.2.0) (2024-12-19) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.1.0...v3.2.0) + +**Implemented enhancements:** + +- puppet-modulebuilder: Switch to 2.x; use file allowlist when building modules [\#72](https://github.com/voxpupuli/voxpupuli-release/pull/72) ([bastelfreak](https://github.com/bastelfreak)) + ## [v3.1.0](https://github.com/voxpupuli/voxpupuli-release/tree/v3.1.0) (2024-07-05) [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.0.1...v3.1.0) diff --git a/lib/voxpupuli/release/version.rb b/lib/voxpupuli/release/version.rb index 124d535..0780fd0 100644 --- a/lib/voxpupuli/release/version.rb +++ b/lib/voxpupuli/release/version.rb @@ -2,6 +2,6 @@ module Voxpupuli module Release - VERSION = '3.1.0' + VERSION = '3.2.0' end end