Skip to content

Commit 32a8583

Browse files
committed
Release 3.2.1
1 parent 07e2262 commit 32a8583

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
513
## [v3.2.0](https://github.com/voxpupuli/voxpupuli-release/tree/v3.2.0) (2024-12-19)
614

715
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.1.0...v3.2.0)

Diff for: lib/voxpupuli/release/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Voxpupuli
44
module Release
5-
VERSION = '3.2.0'
5+
VERSION = '3.2.1'
66
end
77
end

0 commit comments

Comments
 (0)