diff --git a/CHANGELOG.md b/CHANGELOG.md index 513f6bcca5e28..8487f62691ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ + # Change Logs @@ -8277,3 +8278,22 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will - [[```5dcaf9b0```](https://github.com/jina-ai/jina/commit/5dcaf9b024f0e902f02b572cb4882f2252bcf916)] __-__ __docs__: update TOC (*Jina Dev Bot*) - [[```d24d97ca```](https://github.com/jina-ai/jina/commit/d24d97ca4c69dd4daf070c7dd1bccf40ec666491)] __-__ __version__: the next version will be 1.1.3 (*Jina Dev Bot*) + +## Release Note (`1.1.4`) + +> Release time: 2021-04-11 10:58:39 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Han Xiao, Jina Dev Bot, 🙇 + + +### 🆕 New Features + + - [[```d89564d7```](https://github.com/jina-ai/jina/commit/d89564d72e9f520714f82a8b047bf55e6d226289)] __-__ __rest__: expose reload api to rest interface (#2301) (*Han Xiao*) + +### 🍹 Other Improvements + + - [[```c6ca3c8f```](https://github.com/jina-ai/jina/commit/c6ca3c8fb41a399e1e651974a8c8c2fafb043eac)] __-__ __version__: the next version will be 1.1.4 (*Jina Dev Bot*) + diff --git a/jina/__init__.py b/jina/__init__.py index b0941e5082e38..90dad80f19d39 100644 --- a/jina/__init__.py +++ b/jina/__init__.py @@ -56,7 +56,7 @@ # do not change this line manually # this is managed by git tag and updated on every release # NOTE: this represents the NEXT release version -__version__ = '1.1.4' +__version__ = '1.1.5' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution