From 3a07a4c07e5c216c5680a0b0dd5300f6019bf7d6 Mon Sep 17 00:00:00 2001 From: Zachary Wasserman Date: Tue, 16 Oct 2018 15:28:28 -0700 Subject: [PATCH] Update changelog for Fleet 2.0.0 release (#1944) --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4896ff4ed..a9fa7b20e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ --## Kolide Fleet 2.0.0 RC5 (Sep 18, 2018) +## Kolide Fleet 2.0.0 (Oct 16, 2018) + +* Stable release of Fleet 2.0. + +* Support custom certificate authorities in fleetctl client. + +* Add support for MySQL 8 authentication methods. + +* Allow INSERT queries in editor. + +* Update UI styles. + +* Fix a bug causing migration errors in certain environments. + +See changelogs for release candidates below to get full differences from 1.0.9 +to 2.0.0. + +## Kolide Fleet 2.0.0 RC5 (Sep 18, 2018) * Fix a security vulnerability that would allow a non-admin user to elevate privileges to admin level.