diff --git a/CHANGELOG.md b/CHANGELOG.md index 80734ef..be13e51 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.1](https://github.com/voxpupuli/voxpupuli-release/tree/v3.2.1) (2024-12-21) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.2.0...v3.2.1) + +**Fixed bugs:** + +- Require puppet-strings rake tasks [\#75](https://github.com/voxpupuli/voxpupuli-release/pull/75) ([bastelfreak](https://github.com/bastelfreak)) + ## [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) diff --git a/lib/voxpupuli/release/version.rb b/lib/voxpupuli/release/version.rb index 0780fd0..6430383 100644 --- a/lib/voxpupuli/release/version.rb +++ b/lib/voxpupuli/release/version.rb @@ -2,6 +2,6 @@ module Voxpupuli module Release - VERSION = '3.2.0' + VERSION = '3.2.1' end end