diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d34e9b9e..0f67df777 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
+
## Release Note (`0.0.3`)
@@ -74,3 +75,20 @@
- [[```f7044fb2```](https://github.com/jina-ai/clip-as-service/commit/f7044fb2f9c81f5dbfb7fec7c12c6a3b0dd54fa6)] __-__ fix doc setup (*Han Xiao*)
- [[```c04eb30e```](https://github.com/jina-ai/clip-as-service/commit/c04eb30e8e09c89b1dd7061d0cb044286a1c5fc2)] __-__ __version__: the next version will be 0.0.6 (*Jina Dev Bot*)
+
+## Release Note (`0.0.7`)
+
+> Release time: 2022-03-24 07:04:50
+
+
+
+🙇 We'd like to thank all contributors for this new release! In particular,
+ Han Xiao, Jina Dev Bot, 🙇
+
+
+### 🍹 Other Improvements
+
+ - [[```e8aa643a```](https://github.com/jina-ai/clip-as-service/commit/e8aa643a802fca900f2111407093107f22f08917)] __-__ update docs and license (*Han Xiao*)
+ - [[```7245f67a```](https://github.com/jina-ai/clip-as-service/commit/7245f67adf76e600762d8dbdbaee747764c0677c)] __-__ __version__: the next version will be 0.0.7 (*Jina Dev Bot*)
+ - [[```f7044fb2```](https://github.com/jina-ai/clip-as-service/commit/f7044fb2f9c81f5dbfb7fec7c12c6a3b0dd54fa6)] __-__ fix doc setup (*Han Xiao*)
+
diff --git a/client/clip_client/__init__.py b/client/clip_client/__init__.py
index a672233a8..ba1548fc0 100644
--- a/client/clip_client/__init__.py
+++ b/client/clip_client/__init__.py
@@ -1,3 +1,3 @@
-__version__ = '0.0.7'
+__version__ = '0.0.8'
from .client import Client
diff --git a/server/clip_server/__init__.py b/server/clip_server/__init__.py
index 27921526f..9123cf081 100644
--- a/server/clip_server/__init__.py
+++ b/server/clip_server/__init__.py
@@ -1 +1 @@
-__version__ = '0.0.7'
+__version__ = '0.0.8'