This commit is contained in:
Jacob Zaval 2021-06-09 19:13:43 -07:00
Родитель 7a98d551cd
Коммит e2d44cdc3f
2 изменённых файлов: 16 добавлений и 1 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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'