File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
66The 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 )
Original file line number Diff line number Diff line change 11module 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
44end
You can’t perform that action at this time.
0 commit comments