From ec561d72862a7c3a115fa3686654cc0389636307 Mon Sep 17 00:00:00 2001 From: Tim Meusel <tim@bastelfreak.de> Date: Sun, 22 Dec 2024 10:06:02 +0100 Subject: [PATCH] Release 3.2.2 --- CHANGELOG.md | 10 +++++++++- lib/voxpupuli/release/version.rb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be13e51..90899c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ All notable changes to this project will be documented in this file. -## [v3.2.1](https://github.com/voxpupuli/voxpupuli-release/tree/v3.2.1) (2024-12-21) +## [v3.2.2](https://github.com/voxpupuli/voxpupuli-release/tree/v3.2.2) (2024-12-22) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.2.1...v3.2.2) + +**Fixed bugs:** + +- Add puppet as runtime dependency [\#78](https://github.com/voxpupuli/voxpupuli-release/pull/78) ([bastelfreak](https://github.com/bastelfreak)) + +## [v3.2.1](https://github.com/voxpupuli/voxpupuli-release/tree/v3.2.1) (2024-12-22) [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.2.0...v3.2.1) diff --git a/lib/voxpupuli/release/version.rb b/lib/voxpupuli/release/version.rb index 6430383..2106b63 100644 --- a/lib/voxpupuli/release/version.rb +++ b/lib/voxpupuli/release/version.rb @@ -2,6 +2,6 @@ module Voxpupuli module Release - VERSION = '3.2.1' + VERSION = '3.2.2' end end