Release license eye 0.4.0 (#472)

diff --git a/content/events/release-apache-skywalking-eyes-0-4-0/index.md b/content/events/release-apache-skywalking-eyes-0-4-0/index.md
new file mode 100644
index 0000000..ba6c3b4
--- /dev/null
+++ b/content/events/release-apache-skywalking-eyes-0-4-0/index.md
@@ -0,0 +1,22 @@
+---
+title: "Release Apache SkyWalking Eyes 0.4.0"
+date: 2022-07-11
+author: "[SkyWalking Team](/team)"
+description: "Release Apache SkyWalking Eyes 0.4.0."
+---
+
+SkyWalking Eyes 0.4.0 is released. Go to [downloads](/downloads) page to find release tars.
+
+- Reorganize GHA by header and dependency. (#123)
+- Add rust cargo support for dep command. (#121)
+- Support license expression in dep check. (#120)
+- Prune npm packages before listing all dependencies (#119)
+- Add support for multiple licenses in the header config section (#118)
+- Add `excludes` to `license resolve` config (#117)
+- maven: set `group:artifact` as dependency name and extend functions in summary template (#116)
+- Stablize summary context to perform consistant output (#115)
+- Add custom license urls for identification (#114)
+- Lazy initialize GitHub client for comment (#111)
+- Make license identifying threshold configurable (#110)
+- Use Google's licensecheck to identify licenses (#107)
+- dep: short circuit if user declare dep license (#108)
diff --git a/data/docs.yml b/data/docs.yml
index 7cb2430..21a3525 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -274,8 +274,8 @@
       user: apache
       repo: skywalking-eyes
       docs:
-        - version: v0.3.0
-          link: https://github.com/apache/skywalking-eyes/tree/v0.3.0
+        - version: v0.4.0
+          link: https://github.com/apache/skywalking-eyes/tree/v0.4.0
 
     - name: SkyWalking Infra E2E
       icon: skywalking-agent-test-tool
diff --git a/data/releases.yml b/data/releases.yml
index 5cf04e2..05dbb81 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -478,25 +478,25 @@
       icon: skywalking-eyes
       description: A full-featured license tool to check and fix license headers and resolve dependencies' licenses.
       source:
-        - version: v0.3.0
-          date: May. 14th, 2022
+        - version: v0.4.0
+          date: Jul. 12th, 2022
           downloadLink:
             - name: src
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/eyes/0.3.0/skywalking-license-eye-0.3.0-src.tgz
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/eyes/0.4.0/skywalking-license-eye-0.4.0-src.tgz
             - name: asc
-              link: https://downloads.apache.org/skywalking/eyes/0.3.0/skywalking-license-eye-0.3.0-src.tgz.asc
+              link: https://downloads.apache.org/skywalking/eyes/0.4.0/skywalking-license-eye-0.4.0-src.tgz.asc
             - name: sha512
-              link: https://downloads.apache.org/skywalking/eyes/0.3.0/skywalking-license-eye-0.3.0-src.tgz.sha512
+              link: https://downloads.apache.org/skywalking/eyes/0.4.0/skywalking-license-eye-0.4.0-src.tgz.sha512
       distribution:
-        - version: v0.3.0
-          date: May. 14th, 2022
+        - version: v0.4.0
+          date: Jul. 12th, 2022
           downloadLink:
             - name: tar
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/eyes/0.3.0/skywalking-license-eye-0.3.0-bin.tgz
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/eyes/0.4.0/skywalking-license-eye-0.4.0-bin.tgz
             - name: asc
-              link: https://downloads.apache.org/skywalking/eyes/0.3.0/skywalking-license-eye-0.3.0-bin.tgz.asc
+              link: https://downloads.apache.org/skywalking/eyes/0.4.0/skywalking-license-eye-0.4.0-bin.tgz.asc
             - name: sha512
-              link: https://downloads.apache.org/skywalking/eyes/0.3.0/skywalking-license-eye-0.3.0-bin.tgz.sha512
+              link: https://downloads.apache.org/skywalking/eyes/0.4.0/skywalking-license-eye-0.4.0-bin.tgz.sha512
 
     - name: SkyWalking Infra E2E
       icon: skywalking-agent-test-tool