Skip to content

Commit 474b18f

Browse files
authored
Merge pull request voxpupuli#74 from bastelfreak/rel330
Release 3.2.0
2 parents 66ef8c1 + 07a96cf commit 474b18f

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.0](https://github.com/voxpupuli/voxpupuli-release/tree/v3.2.0) (2024-12-19)
6+
7+
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.1.0...v3.2.0)
8+
9+
**Implemented enhancements:**
10+
11+
- puppet-modulebuilder: Switch to 2.x; use file allowlist when building modules [\#72](https://github.com/voxpupuli/voxpupuli-release/pull/72) ([bastelfreak](https://github.com/bastelfreak))
12+
513
## [v3.1.0](https://github.com/voxpupuli/voxpupuli-release/tree/v3.1.0) (2024-07-05)
614

715
[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.0.1...v3.1.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.1.0'
5+
VERSION = '3.2.0'
66
end
77
end

0 commit comments

Comments
 (0)