diff --git a/CHANGELOG.md b/CHANGELOG.md index 9401fd9b..5d60256c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. 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). +## [1.0.6](https://github.com/puppetlabs/Puppet.Dsc/tree/1.0.6) - 2023-08-25 + +[Full Changelog](https://github.com/puppetlabs/Puppet.Dsc/compare/1.0.5...1.0.6) + +### Fixed + +- (maint) - Update PDK Install [#257](https://github.com/puppetlabs/Puppet.Dsc/pull/257) ([jordanbreen28](https://github.com/jordanbreen28)) + ## [1.0.5](https://github.com/puppetlabs/Puppet.Dsc/tree/1.0.5) - 2023-01-24 [Full Changelog](https://github.com/puppetlabs/Puppet.Dsc/compare/1.0.4...1.0.5) diff --git a/src/Puppet.Dsc/puppet.dsc.psd1 b/src/Puppet.Dsc/puppet.dsc.psd1 index f2e525b5..fab53991 100644 --- a/src/Puppet.Dsc/puppet.dsc.psd1 +++ b/src/Puppet.Dsc/puppet.dsc.psd1 @@ -3,7 +3,7 @@ RootModule = 'Puppet.Dsc.psm1' # Version number of this module. - ModuleVersion = '1.0.5' + ModuleVersion = '1.0.6' # ID used to uniquely identify this module GUID = '37c6b5c1-2614-4ff5-bb9f-a610b7da3086'