CLI 0.5.0 Release Event (#157)

diff --git a/content/events/release-apache-skywalking-cli-0-5-0/index.md b/content/events/release-apache-skywalking-cli-0-5-0/index.md
new file mode 100644
index 0000000..10447ee
--- /dev/null
+++ b/content/events/release-apache-skywalking-cli-0-5-0/index.md
@@ -0,0 +1,23 @@
+---
+title: "Release Apache SkyWalking CLI 0.5.0"
+date: 2020-11-29
+author: SkyWalking Team
+description: "Release Apache SkyWalking CLI 0.5.0."
+---
+
+SkyWalking CLI 0.5.0 is released. Go to [downloads](https://github.com/apache/skywalking-website/blob/master/downloads) page to find release tars.
+
+- Features
+  - Use template files in yaml format instead
+  - Refactor `metrics` command to adopt metrics-v2 protocol
+  - Use goroutine to speed up `dashboard global` command
+  - Add `metrics list` command
+
+- Bug Fixes
+  - Add flags of instance, endpoint and normal for `metrics` command
+  - Fix the problem of unable to query database metrics
+
+- Chores
+  - Update release guide doc
+  - Add screenshots for use cases in `README.md`
+  - Introduce generated codes into codebase
diff --git a/data/releases.yml b/data/releases.yml
index 4ab11c7..f3783e1 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -60,25 +60,25 @@
   icon: C
   description: SkyWalking CLI is a command interaction tool for the SkyWalking user or OPS team.
   source:
-    - version: v0.4.0
-      date: Oct. 11th, 2020
+    - version: v0.5.0
+      date: Nov. 29th, 2020
       downloadLink:
         - name: src
-          link: https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.4.0/skywalking-cli-0.4.0-src.tgz
+          link: https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.5.0/skywalking-cli-0.5.0-src.tgz
         - name: asc
-          link: https://downloads.apache.org/skywalking/cli/0.4.0/skywalking-cli-0.4.0-src.tgz.asc
+          link: https://downloads.apache.org/skywalking/cli/0.5.0/skywalking-cli-0.5.0-src.tgz.asc
         - name: sha512
-          link: https://downloads.apache.org/skywalking/cli/0.4.0/skywalking-cli-0.4.0-src.tgz.sha512
+          link: https://downloads.apache.org/skywalking/cli/0.5.0/skywalking-cli-0.5.0-src.tgz.sha512
   distribution:
-    - version: v0.4.0
-      date: Oct. 11th, 2020
+    - version: v0.5.0
+      date: Nov. 29th, 2020
       downloadLink:
         - name: tar
-          link: https://www.apache.org/dyn/closer.cgi/skywalking/8.2.0/apache-skywalking-apm-8.2.0.tar.gz
+          link: https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.5.0/skywalking-cli-0.5.0-bin.tgz
         - name: asc
-          link: https://downloads.apache.org/skywalking/8.2.0/apache-skywalking-apm-8.2.0.tar.gz.asc
+          link: https://downloads.apache.org/skywalking/cli/0.5.0/skywalking-cli-0.5.0-bin.tgz.asc
         - name: sha512
-          link: https://downloads.apache.org/skywalking/8.2.0/apache-skywalking-apm-8.2.0.tar.gz.sha512
+          link: https://downloads.apache.org/skywalking/cli/0.5.0/skywalking-cli-0.5.0-bin.tgz.sha512
 
 
 - name: SkyWalking Python