Skip to content

Commit c4c50c4

Browse files
committed
Update change log
1 parent eea7f94 commit c4c50c4

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ All notable changes to this project will be documented in this file. This projec
1414

1515
Nothing yet.
1616

17+
## [1.12.3] - 2022-04-09
18+
19+
### Changed
20+
21+
- Changed check-munki-pkgsinfo to WARN on the absence of the `blocking_applications` array for installers in pkg format, rather than to fail the pre-commit test. This better aligns with Munki's own design, which does not require `blocking_applications`.
22+
23+
### Fixed
24+
25+
- Resolved an uncaught exception if the git config email is unset. (#58)
26+
1727
## [1.12.2] - 2022-02-27
1828

1929
### Changed
@@ -283,7 +293,8 @@ Nothing yet.
283293

284294
- Initial release
285295

286-
[Unreleased]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.12.2...HEAD
296+
[Unreleased]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.12.3...HEAD
297+
[1.12.3]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.12.2...v1.12.3
287298
[1.12.2]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.12.1...v1.12.2
288299
[1.12.1]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.12.0...v1.12.1
289300
[1.12.0]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.11.0...v1.12.0

0 commit comments

Comments
 (0)