We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e2262 commit 32a8583Copy full SHA for 32a8583
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [v3.2.1](https://github.com/voxpupuli/voxpupuli-release/tree/v3.2.1) (2024-12-21)
6
+
7
+[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.2.0...v3.2.1)
8
9
+**Fixed bugs:**
10
11
+- Require puppet-strings rake tasks [\#75](https://github.com/voxpupuli/voxpupuli-release/pull/75) ([bastelfreak](https://github.com/bastelfreak))
12
13
## [v3.2.0](https://github.com/voxpupuli/voxpupuli-release/tree/v3.2.0) (2024-12-19)
14
15
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.1.0...v3.2.0)
lib/voxpupuli/release/version.rb
@@ -2,6 +2,6 @@
module Voxpupuli
module Release
- VERSION = '3.2.0'
+ VERSION = '3.2.1'
end
0 commit comments