diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9015f33a8..3349fcb1e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,7 @@
+
@@ -939,3 +940,23 @@
- [[```b6adcf8b```](https://github.com/jina-ai/clip-as-service/commit/b6adcf8be6a087d446e833478a0ac05a7900c24b)] __-__ __docs__: add multi gpu setting (*Han Xiao*)
- [[```3d8c552a```](https://github.com/jina-ai/clip-as-service/commit/3d8c552a721a52fb374f73fcc9725f7d06e2383f)] __-__ __version__: the next version will be 0.4.9 (*Jina Dev Bot*)
+
+## Release Note (`0.4.10`)
+
+> Release time: 2022-05-24 07:46:48
+
+
+
+🙇 We'd like to thank all contributors for this new release! In particular,
+ Han Xiao, Jina Dev Bot, 🙇
+
+
+### 🐞 Bug fixes
+
+ - [[```0054b47c```](https://github.com/jina-ai/clip-as-service/commit/0054b47cf12043b0bf493424ec22defa9448a9be)] __-__ __server__: fix content assignment (#727) (*Han Xiao*)
+ - [[```a7311fbf```](https://github.com/jina-ai/clip-as-service/commit/a7311fbf6ae6e988b78924fea239a9c8236dd8ff)] __-__ __server__: recover original contents of the input da (#726) (*Han Xiao*)
+
+### 🍹 Other Improvements
+
+ - [[```926621bc```](https://github.com/jina-ai/clip-as-service/commit/926621bc97972694caff79700c5b70031a2677c1)] __-__ __version__: the next version will be 0.4.10 (*Jina Dev Bot*)
+
diff --git a/client/clip_client/__init__.py b/client/clip_client/__init__.py
index 24256b4f6..8e6f9cd14 100644
--- a/client/clip_client/__init__.py
+++ b/client/clip_client/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.4.10'
+__version__ = '0.4.11'
import os
diff --git a/server/clip_server/__init__.py b/server/clip_server/__init__.py
index b94cbb014..d4f334640 100644
--- a/server/clip_server/__init__.py
+++ b/server/clip_server/__init__.py
@@ -1 +1 @@
-__version__ = '0.4.10'
+__version__ = '0.4.11'