diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ce1686b657a04c9fbbe9668c40c9471482537a..43ef481e73dc62e6aff863e601ffd6b5e3e3909d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # ChangeLog +## [0.9.46] - 2024-02-08 + +### New Features + +- Update pooling strategy for embedding models (#10536) +- Add Multimodal Video RAG example (#10530) +- Add SECURITY.md (#10531) +- Move agent module guide up one-level (#10519) + +### Bug Fixes / Nits + +- Deeplake fixes (#10529) +- Add Cohere section for llamaindex (#10523) +- Fix md element (#10510) + ## [0.9.45.post1] - 2024-02-07 ### New Features diff --git a/llama_index/VERSION b/llama_index/VERSION index cbb5a2b68f97248f8e0f66ff56e02a069886c32c..9895ddff9c6e322f18e0cb1b0e694c8ba8bb99f6 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.9.45.post1 +0.9.46 diff --git a/pyproject.toml b/pyproject.toml index 4b659441ba0a172662a0f06db6e393e59ecffa75..bbc6e1824067b3bac6ab7cd9b934fdd741e2b0ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ name = "llama-index" packages = [{include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.9.45.post1" +version = "0.9.46" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}