From c41fba09cdb598795b236bb6d1034b241fcb928c Mon Sep 17 00:00:00 2001 From: Victor Vrantchan Date: Mon, 5 Jun 2017 00:37:09 -0700 Subject: [PATCH] update changelog for release (#207) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efa84d71..037977f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ -# v1.0.1 TBD +# v1.1.0 June 05 2017 +* Import and sign pkgs, generate appmanifest on import. +* Support syncing devices from DEP when token is added. * Option to include SSL certificates in DEP profile template (-anchor and -use-server-cert) #107 * /push and /v1/commands API endpoints require API authentication #157 * Add `mdmctl` binary for interacting with the server over API. #127