diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c394270..23d8757a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changes ======= +# 4.19.0 / 2024-02-19 +* [FEATURE] Add support for installation of the datadog-fips-proxy package [#853] [@truthbk] +* [FEATURE] Add support for CWS on Windows [#907] [@paulcacheux] + # 4.18.0 / 2023-07-25 * [BUGFIX] Syntax update to support old chef-infra versions [#898] [@chouetz] * [FEATURE] Update recipes to support amazonlinux 2023 installation [#896] [@chouetz] @@ -1243,3 +1247,4 @@ A fix has gone in to `apt` 2.1.0 that relaxes this condition, and plays well wit [@nichols2k]: https://github.com/nichols2k [@chouetz]: https://github.com/chouetz [@vigohe]: https://github.com/vigohe +[@paulcacheux]: https://github.com/paulcacheux diff --git a/metadata.rb b/metadata.rb index 43433d22..599d8a90 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'package@datadoghq.com' license 'Apache-2.0' description 'Installs/Configures datadog components' -version '4.18.0' +version '4.19.0' chef_version '>= 12.7' source_url 'https://github.com/DataDog/chef-datadog' issues_url 'https://github.com/DataDog/chef-datadog/issues'