update changelog for release (#290)

This commit is contained in:
Victor Vrantchan
2017-10-31 00:38:05 -04:00
committed by GitHub
parent a3e228fbbe
commit c8642a17ce

View File

@@ -1,7 +1,11 @@
# TBD
# v1.2.0 October 31 2017
* Added support for modifying the default enrollment profile.
* Added support for user level profiles.
* Added support for AccountConfiguration during DEP Enrollment. Specified in blueprints
* Addes support for multiple server configs in `mdmctl`.
* Added `mdmctl mdmcert upload` command which uploads/replaces the servers push certificate.
* Incorporated certhelper into mdmctl.
* Incorporated certhelper into mdmctl. See `mdmctl mdmcert -h`
* Added ENV variables for sensitive flags: `MICROMDM_APNS_KEY_PASSWORD`,`MICROMDM_API_KEY`
* Removed the `-redir-addr` flag. Redirect to HTTPS is only enabled when the 443 port is used.