diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc5acb8a2c23..356b7d6b3bef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,24 @@ # ChangeLog -## Unreleased +## [v0.6.36] - 2023-06-29 ### New Features - Redis support for index stores and docstores (#6575) +- DuckDB + SQL query engine notebook (#6628) +- add notebook showcasing deplot data loader (#6638) ### Bug Fixes / Nits - More robust JSON parsing from LLM for `SelectionOutputParser` (#6610) - -### Bug Fixes / Nits +- bring our loaders back in line with llama-hub (#6630) +- Remove usage of SQLStructStoreIndex in notebooks (#6585) +- MD reader: remove html tags and leave linebreaks alone (#6618) +- bump min langchain version to latest version (#6632) - Fix metadata column name in postgres vector store (#6622) +- Postgres metadata fixes (#6626, #6634) +- fixed links to dataloaders in contribution.md (#6636) +- fix: typo in docs in creating custom_llm huggingface example (#6639) +- Updated SelectionOutputParser to handle JSON objects and arrays (#6610) +- Fixed docstring argument typo (#6652) ## [v0.6.35] - 2023-06-28 - refactor structured output + pydantic programs (#6604) diff --git a/llama_index/VERSION b/llama_index/VERSION index ce6d21d27e1a7..8330d9e2248ff 100644 --- a/llama_index/VERSION +++ b/llama_index/VERSION @@ -1 +1 @@ -0.6.35 +0.6.36