From 406c7323e0b24f86558d470eb1a0d98ecbfcdad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hoshea=C2=A0Jiang?= Date: Fri, 5 Feb 2021 14:55:59 +0800 Subject: [PATCH] chore: update changelog for 0.6.0 (#90) --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 0d87ac10..72ac762a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,7 @@ Release Notes. - Support authorization when connecting to the OAP - Add `install` command and `manifest` sub-command +- Add `event` command and `report` sub-command ### Bug Fixes @@ -19,6 +20,8 @@ Release Notes. - Set up a simple test with GitHub Actions - Reorganize the project layout - Update year in NOTICE +- Add missing license of swck +- Use license-eye to check license header 0.5.0 ------------------