|  | 
| 2 | 2 | 
 | 
| 3 | 3 | 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). | 
| 4 | 4 | 
 | 
| 5 |  | -## [v3.2.0](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v3.2.0) - 2023-03-23 | 
|  | 5 | +## [v4.0.0](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v4.0.0) (2023-04-18) | 
|  | 6 | + | 
|  | 7 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-scheduled_task/compare/v3.2.0...v4.0.0) | 
|  | 8 | + | 
|  | 9 | +### Changed | 
|  | 10 | + | 
|  | 11 | +- \(CONT-798\) Puppet 8 support / Drop Puppet 6 support [\#229](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/229) ([LukasAud](https://github.com/LukasAud)) | 
|  | 12 | + | 
|  | 13 | +## [v3.2.0](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v3.2.0) (2023-03-24) | 
| 6 | 14 | 
 | 
| 7 | 15 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-scheduled_task/compare/v3.1.1...v3.2.0) | 
| 8 | 16 | 
 | 
| 9 | 17 | ### Added | 
| 10 | 18 | 
 | 
| 11 |  | -- Control scheduled task description field [#220](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/220) ([dwjvaughan](https://github.com/dwjvaughan)) | 
|  | 19 | +- Control scheduled task description field [\#220](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/220) ([dwjvaughan](https://github.com/dwjvaughan)) | 
| 12 | 20 | 
 | 
| 13 | 21 | ## [v3.1.1](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v3.1.1) (2022-10-03) | 
| 14 | 22 | 
 | 
| @@ -67,27 +75,30 @@ All notable changes to this project will be documented in this file. The format | 
| 67 | 75 | 
 | 
| 68 | 76 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-scheduled_task/compare/v2.2.0...v2.2.1) | 
| 69 | 77 | 
 | 
| 70 |  | -### Added | 
| 71 |  | - | 
| 72 |  | -- pdksync - \(IAC-973\) - Update travis/appveyor to run on new default branch `main` [\#154](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/154) ([david22swan](https://github.com/david22swan)) | 
| 73 |  | -- (IAC-732) - implement `Run only when user is logged on [\#150](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/150) ([david22swan](https://github.com/david22swan)) | 
| 74 |  | - | 
| 75 | 78 | ### Fixed | 
| 76 | 79 | 
 | 
| 77 |  | -- \(bugfix\) - fix `disable_time_zone_synchronization` so that it correctly disables functionality when set to true [\#161](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/161) ([david22swan](https://github.com/david22swan)) | 
| 78 |  | -- \(MODULES-10783\) Add back empty? check for `datetime_string` value [\#158](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/158) ([sanfrancrisko](https://github.com/sanfrancrisko)) | 
|  | 80 | +- \(bugfix\) - fix `disable\_time\_zone\_synchronization` so that it correctly disables functionality when set to true [\#161](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/161) ([david22swan](https://github.com/david22swan)) | 
| 79 | 81 | 
 | 
| 80 | 82 | ## [v2.2.0](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v2.2.0) (2020-08-24) | 
| 81 | 83 | 
 | 
| 82 | 84 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-scheduled_task/compare/v2.1.0...v2.2.0) | 
| 83 | 85 | 
 | 
|  | 86 | +### Added | 
|  | 87 | + | 
|  | 88 | +- pdksync - \(IAC-973\) - Update travis/appveyor to run on new default branch `main` [\#154](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/154) ([david22swan](https://github.com/david22swan)) | 
|  | 89 | +- \(IAC-732\) - implement `Run only when user is logged on [\#150](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/150) ([david22swan](https://github.com/david22swan)) | 
|  | 90 | + | 
|  | 91 | +### Fixed | 
|  | 92 | + | 
|  | 93 | +- \(MODULES-10783\) Add back empty? check for `datetime\_string` value [\#158](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/158) ([sanfrancrisko](https://github.com/sanfrancrisko)) | 
|  | 94 | + | 
| 84 | 95 | ## [v2.1.0](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v2.1.0) (2020-07-24) | 
| 85 | 96 | 
 | 
| 86 | 97 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-scheduled_task/compare/v2.0.1...v2.1.0) | 
| 87 | 98 | 
 | 
| 88 | 99 | ### Added | 
| 89 | 100 | 
 | 
| 90 |  | -- \(IAC-918\) - `disable_time_zone_synchronization` function implemented [\#145](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/145) ([david22swan](https://github.com/david22swan)) | 
|  | 101 | +- \(IAC-918\) - `disable\_time\_zone\_synchronization` function implemented [\#145](https://github.com/puppetlabs/puppetlabs-scheduled_task/pull/145) ([david22swan](https://github.com/david22swan)) | 
| 91 | 102 | 
 | 
| 92 | 103 | ## [v2.0.1](https://github.com/puppetlabs/puppetlabs-scheduled_task/tree/v2.0.1) (2020-02-12) | 
| 93 | 104 | 
 | 
|  | 
0 commit comments