diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a909d3..6a05fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ + ## Release Note (`0.0.1`) @@ -115,3 +116,23 @@ - [[```07a8480a```](https://github.com/jina-ai/jina/commit/07a8480a2905a8d7293f79c0668818f684bbd65d)] __-__ __version__: the next version will be 0.0.7 (*Jina Dev Bot*) + +## Release Note (`0.0.8`) + +> Release time: 2023-07-11 15:24:25 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Deepankar Mahapatro, Joan Fontanals, Jina Dev Bot, 🙇 + + +### 🏁 Unit Test and CICD + + - [[```6ca57600```](https://github.com/jina-ai/jina/commit/6ca576003403bfab6d0222adbb8be7edfe812337)] __-__ revert force-release step (#40) (*Deepankar Mahapatro*) + +### 🍹 Other Improvements + + - [[```942f1f5d```](https://github.com/jina-ai/jina/commit/942f1f5d43c2433ecfbaa0f3ae66c90d6caa896d)] __-__ add badges to README (#39) (*Joan Fontanals*) + - [[```d012a48c```](https://github.com/jina-ai/jina/commit/d012a48cfeb79f2ffe52bf24f5a8e9f11b637f92)] __-__ __version__: the next version will be 0.0.8 (*Jina Dev Bot*) + diff --git a/vectordb/__init__.py b/vectordb/__init__.py index 18d78b4..aaa3d4a 100644 --- a/vectordb/__init__.py +++ b/vectordb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.8' +__version__ = '0.0.9' from vectordb.db.inmemory_exact_vectordb import InMemoryExactNNVectorDB from vectordb.db.hnsw_vectordb import HNSWVectorDB