diff --git a/CHANGELOG.md b/CHANGELOG.md index 333dd87..4b6aea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,6 +94,7 @@ + @@ -1971,3 +1972,22 @@ - [[```6348454b```](https://github.com/jina-ai/discoart/commit/6348454b76d2f5b58517eb42f82551776eec25d2)] __-__ __version__: the next version will be 0.10.3 (*Jina Dev Bot*) + +## Release Note (`0.10.4`) + +> Release time: 2022-07-31 16:39:05 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Han Xiao, Jina Dev Bot, 🙇 + + +### 🐞 Bug fixes + + - [[```c19dfc5c```](https://github.com/jina-ai/discoart/commit/c19dfc5c385a4c70f0027ca3153f9720ad354968)] __-__ name_docarray should be unrelated to seed (*Han Xiao*) + +### 🍹 Other Improvements + + - [[```f4f45fd6```](https://github.com/jina-ai/discoart/commit/f4f45fd6fa92a581b230393a54f931655abcfe11)] __-__ __version__: the next version will be 0.10.4 (*Jina Dev Bot*) + diff --git a/discoart/__init__.py b/discoart/__init__.py index 8ff587f..bd251be 100644 --- a/discoart/__init__.py +++ b/discoart/__init__.py @@ -2,7 +2,7 @@ os.environ['KMP_DUPLICATE_LIB_OK'] = 'TRUE' -__version__ = '0.10.4' +__version__ = '0.10.5' __all__ = ['create', 'cheatsheet']