diff --git a/CHANGELOG.md b/CHANGELOG.md
index b82888fcb..81ea87ecf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,6 +42,7 @@
+
@@ -1051,3 +1052,26 @@
- [[```b130d645```](https://github.com/jina-ai/clip-as-service/commit/b130d645409b044df6f1e0bcda78b42e79cb98d9)] __-__ add grafana dashboard (#741) (*felix-wang*)
- [[```12ede839```](https://github.com/jina-ai/clip-as-service/commit/12ede83996f62af8c549a1d6621ae1dd32b7de7d)] __-__ __version__: the next version will be 0.4.13 (*Jina Dev Bot*)
+
+## Release Note (`0.4.14`)
+
+> Release time: 2022-06-09 13:39:46
+
+
+
+๐ We'd like to thank all contributors for this new release! In particular,
+ felix-wang, Jina Dev Bot, ๐
+
+
+### ๐ Bug fixes
+
+ - [[```752202f8```](https://github.com/jina-ai/clip-as-service/commit/752202f8b730d0ab8785a703fc719dacfbe2993b)] __-__ monitor documentation (#745) (*felix-wang*)
+
+### ๐งผ Code Refactoring
+
+ - [[```5eb5d7e8```](https://github.com/jina-ai/clip-as-service/commit/5eb5d7e8ed6f924c6560bb850edb08bbd809ff09)] __-__ monitor (#743) (*felix-wang*)
+
+### ๐น Other Improvements
+
+ - [[```06097f20```](https://github.com/jina-ai/clip-as-service/commit/06097f2098190b5a8a40fc82354b642730e617e0)] __-__ __version__: the next version will be 0.4.14 (*Jina Dev Bot*)
+
diff --git a/client/clip_client/__init__.py b/client/clip_client/__init__.py
index e0ac41e55..fcc6aad8b 100644
--- a/client/clip_client/__init__.py
+++ b/client/clip_client/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.4.14'
+__version__ = '0.4.15'
import os
diff --git a/server/clip_server/__init__.py b/server/clip_server/__init__.py
index af0003b32..444bf41a7 100644
--- a/server/clip_server/__init__.py
+++ b/server/clip_server/__init__.py
@@ -1 +1 @@
-__version__ = '0.4.14'
+__version__ = '0.4.15'