diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ef1bfe21dc0..7d5fb33aa8383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # ChangeLog -## [0.8.51] - 2023-10-25 +## [0.8.51.post1] - 2023-10-25 ### New Features @@ -9,6 +9,7 @@ ## Bug Fixes / Nits +- patch: add selected result to response metadata for router query engines, fix bug (#8483) - add Jina AI embeddings notebook + huggingface embedding fix (#8478) - add `is_chat_model` to replicate (#8469) - Brought back `toml-sort` to `pre-commit` (#8267) diff --git a/llama_index/VERSION b/llama_index/VERSION index c6565e81e39e5..9086080fadae9 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.8.51 +0.8.51.post1 diff --git a/pyproject.toml b/pyproject.toml index a1e8dc0140c83..f0690b5cf7d16 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.51" +version = "0.8.51.post1" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}