diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ac507ea746f..a07b6cfcfca6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ + # Change Logs Jina is released on every Friday evening. The PyPi package and Docker Image will be updated, the changes of the release will be tracked by this file. @@ -139,3 +140,19 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will - [[```705ee269```](https://github.com/jina-ai/jina/commit/705ee2699c20ec394084e1ff785c93e861e21192)] __-__ __version__: bumping version to 0.0.5 (*Jina Dev Bot*) - [[```0e8ca53e```](https://github.com/jina-ai/jina/commit/0e8ca53eea99eaa35dc57c75f33536be0bd091cc)] __-__ __version__: bumping version to 0.0.3 (*Jina Dev Bot*) + +## Release Note (`0.0.6`) + +> Release time: 2020-04-12 10:05:50 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Han Xiao, 🙇 + + +### 🍹 Other Improvements + + - [[```533f71e3```](https://github.com/jina-ai/jina/commit/533f71e3de47ca5854f231598cda93002f628fad)] __-__ update readme (*Han Xiao*) + - [[```fba9d762```](https://github.com/jina-ai/jina/commit/fba9d762e0b86d43c70839f9cd631d079aa49bdb)] __-__ update social links in readme (*Han Xiao*) + diff --git a/jina/__init__.py b/jina/__init__.py index fc4e9c254cc01..6fb2b9e5830a4 100644 --- a/jina/__init__.py +++ b/jina/__init__.py @@ -1,6 +1,6 @@ # do not change this line manually # this is managed by git tag and updated on every release -__version__ = '0.0.6' +__version__ = '0.0.7' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution