From e2d44cdc3f442158f38d4aa4cdbd3dcc09f4fb6a Mon Sep 17 00:00:00 2001 From: Jacob Zaval Date: Wed, 9 Jun 2021 19:13:43 -0700 Subject: [PATCH] update CL and metadata --- CHANGELOG.md | 15 +++++++++++++++ metadata.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 745a10b..4e9eda2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.2.0] - 2020-06-09 + +### Added + +- Added basic support and testing for macOS Monterey. + +### Removed + +- Removed testing and official support for macOS High Sierra. +- Removed testing and official support for Chef 16. + +### Fixed + +- The `command_line_tools` OS version parsing regex has been fixed for the new macOS versioning scheme. + ## [4.1.0] - 2020-06-07 ### Added diff --git a/metadata.rb b/metadata.rb index feac8ef..61dae52 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ maintainer_email 'chef@microsoft.com' license 'MIT' description 'Resources for configuring and provisioning macOS' chef_version '>= 14.0' -version '4.1.2' +version '4.2.0' source_url 'https://github.com/Microsoft/macos-cookbook' issues_url 'https://github.com/Microsoft/macos-cookbook/issues'