Skip to content

Commit a924c65

Browse files
authored
Merge pull request voxpupuli#76 from bastelfreak/rel321
Release 3.2.1
2 parents 07e2262 + 32a8583 commit a924c65

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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)

lib/voxpupuli/release/version.rb

Lines changed: 1 addition & 1 deletion
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)