From 1278d2f490635046981e14cc98f7de62455554fb Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Fri, 10 Jan 2020 11:01:08 -0800 Subject: [PATCH] Update changelog (#635) --- CHANGELOG.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4ccb9f..8c937a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,27 @@ -## [v1.6.0](https://github.com/micromdm/micromdm/compare/v1.4.0...1.5.0) TBD +## [v1.7.0](https://github.com/micromdm/micromdm/compare/v1.6.0...master) TBD + +* Add device DEP status to API response (#617) +* CLI improvements (#618, #620, #621) +* Support new values for AccountConfiguration (#627) +* Fix issue where DEP watcher would stop permanently for transient network issues (#582, #632) +* Workaround issue where a newly added DEP token would not be used after a restart (#546, #633) + +Thanks to our contributors for this release: @grahamgilbert, @n8felton + +## [v1.6.0](https://github.com/micromdm/micromdm/compare/v1.5.0...v1.6.0) August 14, 2019 + +### Go security update along with updates: + +* Add `erase_device` tools script * Add assign profile endpoint (#611) * Add support for User Enrollment (#597) * Add support for Signing Profiles (#602) * Add support for setting APNS message expiration (#609) * Update `mdmctl remove devices -serial` flag to be plural (now `-serials`) (#621) -## [v1.5.0](https://github.com/micromdm/micromdm/compare/v1.4.0...1.5.0) June 15 2019 +Thanks to our contributors for this release: @WardsParadox, @n8felton + +## [v1.5.0](https://github.com/micromdm/micromdm/compare/v1.4.0...v1.5.0) June 15 2019 * Fix DEP token update issue (#513, #510) * Refactor certificate verification and implement UDID-cert authentication (#358, #429) @@ -21,6 +37,8 @@ * Set acknowledge time when moving command to completed queue (#581) * Serialize PurchaseMethod when value is 0. (#592) +Thanks to our contributors for this release: @discentem, @nkllkc, @arubdesu, @bdemetris, @Lepidopteron, @joncrain, @emman27, @jenjac, @daniellockard, and @0xflotus + ## [v1.4.0](https://github.com/micromdm/micromdm/compare/v1.3.1...v1.4.0) September 6 2018 ### Stability Improvements