From b30958a949882171f060b953618bd0834cfe39ec Mon Sep 17 00:00:00 2001 From: Hoshea Date: Tue, 12 Jan 2021 17:43:09 +0800 Subject: [PATCH] chore: add changelog for 0.6.0 --- CHANGES.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2fc46d0a..0d87ac10 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,24 @@ Changes by Version ================== Release Notes. +0.6.0 +------------------ + +### Features + +- Support authorization when connecting to the OAP +- Add `install` command and `manifest` sub-command + +### Bug Fixes + +- Fix the bug that can't query JVM instance metrics + +### Chores + +- Set up a simple test with GitHub Actions +- Reorganize the project layout +- Update year in NOTICE + 0.5.0 ------------------