diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0b1cd4..4cdd1c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,21 @@ ## [v1.4.0](https://github.com/micromdm/micromdm/compare/v1.3.1...master) (Unreleased) * Handle DEP INVALID_CURSOR response (#497) -* Fix URL params decoding. (# -* Allow setting curl options in environment variable (#455) +* Use config for block push (#479, #480) +* No longer store SCEP CA on disk or include in enrollment profile (#490) +* Further SCEP fixes (#492, #493) +* Base64 fixes for API CLI tools (#477) +* `mdmctl apply block` now works with self-signed certs (#480) +* Add API CLI tool for dep sync (#481) * DeviceInformation command API example support query strings (#469) -* Use config for block push (#480) Fixes #479 -* Re-fetch on invalid cursor (#497 +* Allow setting curl options in environment variable (#455) +* Fix URL params decoding. (#467) +* Reorganize/refactor server init (#458) +* Allow supplying additional `curl` options in API CLI tools (#455) -## [v1.3.1](https://github.com/micromdm/micromdm/compare/v1.3.0...master) July 10 2018 +Thanks to our contributors for this release: @erikng, @gerardkok, @knightsc, @marpaia, and @ochimo! + +## [v1.3.1](https://github.com/micromdm/micromdm/compare/v1.3.0...v1.3.1) July 10 2018 * Update base container to Alpine 3.7 (#437) * Fix bugs in SCEP enrollment (#451) @@ -15,7 +23,7 @@ * Add device_information and security_info commands with curl API (#448) * Add support for InstallEnterpriseApplication command (#452) -## [v1.3.0](https://github.com/micromdm/micromdm/compare/v1.2.0...master) +## [v1.3.0](https://github.com/micromdm/micromdm/compare/v1.2.0...v1.3.0) ### Auto-assigner