diff --git a/CHANGELOG.md b/CHANGELOG.md index d15c820..98125ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## Release 1.0.0 + +**Features** + + - Added support for Puppet 8, Server 2022 and Windows 11. + - Added Unit/lint testing to github actions. + - Removed use of legacy facts. + - Improved handling of office_macro_run time fact to prevent failures with strict mode. + - Bumped PDK version to 3.3.0. + ## Release 0.2.0 **Features** diff --git a/metadata.json b/metadata.json index fb38560..34f5d91 100644 --- a/metadata.json +++ b/metadata.json @@ -23,7 +23,8 @@ "operatingsystemrelease": [ "2022", "2019", - "10" + "10", + "11" ] } ],