diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c497421a..eff84f224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ + ## Release Note (`0.0.3`) @@ -115,3 +116,24 @@ - [[```12bf98aa```](https://github.com/jina-ai/clip-as-service/commit/12bf98aa5b098f9017af186642990d9f854c54d7)] __-__ __version__: the next version will be 0.0.8 (*Jina Dev Bot*) - [[```e8aa643a```](https://github.com/jina-ai/clip-as-service/commit/e8aa643a802fca900f2111407093107f22f08917)] __-__ update docs and license (*Han Xiao*) + +## Release Note (`0.1.1`) + +> Release time: 2022-03-24 09:03:13 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Han Xiao, Wang Bo, Jina Dev Bot, 🙇 + + +### 🐞 Bug fixes + + - [[```dd4cb3c3```](https://github.com/jina-ai/clip-as-service/commit/dd4cb3c3e142a8b8f702c4eee57a251aab7a10d5)] __-__ url description and keywords in setup (#657) (*Wang Bo*) + +### 🍹 Other Improvements + + - [[```1b679cdc```](https://github.com/jina-ai/clip-as-service/commit/1b679cdc8c657e872833f1344f19ed7d6bb57b0a)] __-__ fix banner (*Han Xiao*) + - [[```9e0a1058```](https://github.com/jina-ai/clip-as-service/commit/9e0a1058b77f33508a3dbdffabaacf3bb0c53cb4)] __-__ __version__: the next version will be 0.1.1 (*Jina Dev Bot*) + - [[```1a2a2af9```](https://github.com/jina-ai/clip-as-service/commit/1a2a2af932717cc0da12667453cd00c58e6ee443)] __-__ bump version (*Han Xiao*) + diff --git a/client/clip_client/__init__.py b/client/clip_client/__init__.py index 994fa44f6..5be3db884 100644 --- a/client/clip_client/__init__.py +++ b/client/clip_client/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.1.1' +__version__ = '0.1.2' from .client import Client diff --git a/server/clip_server/__init__.py b/server/clip_server/__init__.py index df9144c54..10939f01b 100644 --- a/server/clip_server/__init__.py +++ b/server/clip_server/__init__.py @@ -1 +1 @@ -__version__ = '0.1.1' +__version__ = '0.1.2'