diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e1babf..eadceb9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -111,6 +111,7 @@
+
@@ -2312,3 +2313,22 @@
- [[```19079ab2```](https://github.com/jina-ai/discoart/commit/19079ab22c9b5759d46dc765f92a6763c3dbac49)] __-__ __version__: the next version will be 0.11.4 (*Jina Dev Bot*)
+
+## Release Note (`0.11.5`)
+
+> Release time: 2022-08-06 11:11:19
+
+
+
+🙇 We'd like to thank all contributors for this new release! In particular,
+ Han Xiao, Jina Dev Bot, 🙇
+
+
+### 🐞 Bug fixes
+
+ - [[```8219965b```](https://github.com/jina-ai/discoart/commit/8219965be21770caf07443bf8979706f6227901e)] __-__ str and int in arg parsing (#143) (*Han Xiao*)
+
+### 🍹 Other Improvements
+
+ - [[```1831e37c```](https://github.com/jina-ai/discoart/commit/1831e37cbb0aa2c467fbb5367968fe0f22a94398)] __-__ __version__: the next version will be 0.11.5 (*Jina Dev Bot*)
+
diff --git a/discoart/__init__.py b/discoart/__init__.py
index 53acac9..0d8c5af 100644
--- a/discoart/__init__.py
+++ b/discoart/__init__.py
@@ -2,7 +2,7 @@
os.environ['KMP_DUPLICATE_LIB_OK'] = 'TRUE'
-__version__ = '0.11.5'
+__version__ = '0.11.6'
__all__ = ['create', 'cheatsheet']