diff --git a/CHANGELOG.md b/CHANGELOG.md index 346980ac9a..87c1de0eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## Fleet 3.3.0 (Nov 05, 2020) + +With this release, Fleet has moved to the new github.com/fleetdm/fleet +repository. Please follow changes and releases there. + +* Add file carving functionality. + +* Add `fleetctl user create` command. + +* Add osquery options editor to admin pages in UI. + +* Add `fleetctl query --pretty` option for pretty-printing query results. + +* Add ability to disable packs with `fleetctl apply`. + +* Improve "Add New Host" dialog to walk the user step-by-step through host enrollment. + +* Improve 500 error page by allowing display of the error. + +* Partial transition of branding away from "Kolide Fleet". + +* Fix an issue with case insensitive enroll secret and node key authentication. + +* Fix an issue with `fleetctl query --quiet` flag not actually suppressing output. + + ## Fleet 3.2.0 (Aug 08, 2020) * Add `stdout` logging plugin.