From 78dfa02e1716b945304b9f529294e4b108bab16b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hoshea=C2=A0Jiang?= Date: Tue, 15 Jun 2021 19:07:20 +0800 Subject: [PATCH] update changelog for 0.7.0 (#97) --- CHANGES.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 72ac762a..9887c1b4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,24 @@ Changes by Version ================== Release Notes. +0.7.0 +------------------ + +### Features + +- Add GitHub Action for integration of event reporter + +### Bug Fixes + +- Fix `metrics top` can't infer the scope automatically + +### Chores + +- Upgrade dependency crypto +- Refactor project to use goapi +- Move `parseScope` to pkg +- Update release doc + 0.6.0 ------------------