diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3c0e5c0..6116e572 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
+
## Release Note (`0.0.1`)
@@ -260,3 +261,22 @@
- [[```4c07ad51```](https://github.com/jina-ai/langchain-serve/commit/4c07ad51d26b5fcf16759373beb5fbbcec591c1f)] __-__ __version__: the next version will be 0.0.10 (*Jina Dev Bot*)
+
+## Release Note (`0.0.11`)
+
+> Release time: 2023-04-21 04:22:32
+
+
+
+🙇 We'd like to thank all contributors for this new release! In particular,
+ Zac Li, Jina Dev Bot, 🙇
+
+
+### 🐞 Bug fixes
+
+ - [[```2e60c980```](https://github.com/jina-ai/langchain-serve/commit/2e60c9805736a13a41a589692bcbc9f0168ea95b)] __-__ dep import in babyagi (*Zac Li*)
+
+### 🍹 Other Improvements
+
+ - [[```5a56967d```](https://github.com/jina-ai/langchain-serve/commit/5a56967d6a62d81992dc06475c8dd61dd445d2e9)] __-__ __version__: the next version will be 0.0.11 (*Jina Dev Bot*)
+
diff --git a/lcserve/__init__.py b/lcserve/__init__.py
index fda834f2..23a88f3e 100644
--- a/lcserve/__init__.py
+++ b/lcserve/__init__.py
@@ -14,4 +14,4 @@ def _ignore_warnings():
from .backend import serving
-__version__ = '0.0.11'
+__version__ = '0.0.12'