Skip to content

Commit 35ea7d6

Browse files
authored
Merge pull request #1348 from puppetlabs/release-prep
Release prep v3.2.0
2 parents 1fddb1c + 7a52c73 commit 35ea7d6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
77

8+
## [v3.2.0](https://github.com/puppetlabs/pdk/tree/v3.2.0) - 2024-05-02
9+
10+
[Full Changelog](https://github.com/puppetlabs/pdk/compare/v3.1.0...v3.2.0)
11+
12+
### Fixed
13+
14+
- (CAT-1807) Remove analytics from the PDK [#1339](https://github.com/puppetlabs/pdk/pull/1339) ([david22swan](https://github.com/david22swan))
15+
816
## [v3.1.0](https://github.com/puppetlabs/pdk/tree/v3.1.0) - 2024-04-11
917

1018
[Full Changelog](https://github.com/puppetlabs/pdk/compare/v3.0.1...v3.1.0)

lib/pdk/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module PDK
2-
VERSION = '3.1.0'.freeze
3-
TEMPLATE_REF = '3.1.0'.freeze
2+
VERSION = '3.2.0'.freeze
3+
TEMPLATE_REF = '3.2.0'.freeze
44
end

0 commit comments

Comments
 (0)