diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c2d2730..3e3232db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,36 @@ -## [Unreleased](https://github.com/micromdm/micromdm/compare/v1.11.0...main) +## [Unreleased](https://github.com/micromdm/micromdm/compare/v1.12.1...main) + +## [v1.12.1](https://github.com/micromdm/micromdm/compare/v1.12.0...v1.12.1) March 14, 2024 + +This release includes one fix. + +Thanks to our contributors: @iann0036 + +- Fix error comparison in builtin stores (#975) + +Note: this release was made because v1.12.0 was tagged on a commit not on the main branch. Please use this release instead. + +## [v1.12.0](https://github.com/micromdm/micromdm/compare/v1.11.0...v1.12.0) February 17, 2024 + +This release includes new features and fixes. + +Thanks to our contributors: @grahamgilbert, @jamesez, @jessepeterson, @korylprince - Add `-log-time` flag to include timestamps in log messages (#890) - Add `-device-signature-skew` flag to allow configuring clock skew when verifying device signatures (#887) - Tidy code for Go 1.20 and update Go version for Docker and CI (#902) - Add support for inspecting the MDM command queue (#895) - - See the [docs](https://github.com/micromdm/micromdm/blob/main/docs/user-guide/api-and-webhooks.md#inspecting-the-command-queue) for how to use + - See the [docs](https://github.com/micromdm/micromdm/blob/main/docs/user-guide/api-and-webhooks.md#inspecting-the-command-queue) for how to use! - Fix HTTP status codes being swallowed by -http-debug flag (#906) +- Remove unused tools package - Fix pkg signature checks on non-macOS platforms (#930, #962) -- Project dependency updates (#888, #889, #900) +- Add go:generate for command_queued protobuf +- Switch to [smallstep/pkcs7](https://github.com/smallstep/pkcs7) for PKCS7 library (#944) +- Remove PayloadScope=System from enrollment profile (See #766) +- Allow disabling default HTTP to HTTPS redirect (#967) +- Project dependency updates (#881, #888, #899, #900, #918, #933, #946, #948, #954, #958, #960, #961, #965, #966) -Thanks to our contributors: @grahamgilbert, @jamesez, @korylprince - -## [v1.11.0](https://github.com/micromdm/micromdm/compare/v1.10.1...v1.11.0) +## [v1.11.0](https://github.com/micromdm/micromdm/compare/v1.10.1...v1.11.0) May 10, 2023 This release includes new features and fixes.