diff --git a/CHANGELOG.md b/CHANGELOG.md index e8292772bacb7..e4bbc35702369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # ChangeLog -## Unreleased +## [0.8.67] - 2023-11-10 + +### New Features + +- Advanced Multi Modal Retrieval Example and docs (#8822, #8823) ### Bug Fixes / Nits diff --git a/llama_index/VERSION b/llama_index/VERSION index 2736dd151b994..03e7dd030f382 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.8.66 +0.8.67 diff --git a/pyproject.toml b/pyproject.toml index 0deb7665c542e..b8922e2e40a68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ name = "llama-index" packages = [{include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.8.66" +version = "0.8.67" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}