From 0a6c63f5244ccb515fa5facbde1b9848e26bdf5d Mon Sep 17 00:00:00 2001
From: Jerry Liu <jerryjliu98@gmail.com>
Date: Tue, 10 Oct 2023 00:59:34 -0700
Subject: [PATCH] [version] bump version to 0.8.42 (#8041)

---
 CHANGELOG.md        | 15 ++++++++++++++-
 llama_index/VERSION |  2 +-
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2fd89fa7d..5dc679cea0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,27 @@
 # ChangeLog
 
-## Unreleased
+## [0.8.42] - 2023-10-10
 
 ### New Features
 - `LocalAI` more intuitive module-level var names (#8028)
 - Enable `codespell` for markdown docs (#7972)
+- add unstructured table element node parser  (#8036)
+- Add: Async upserting for Qdrant vector store (#7968)
+- Add cohere llm (#8023)
 
 ### Bug Fixes / Nits
 - Parse multi-line outputs in react agent answers (#8029)
 - Add properly named kwargs to keyword `as_retriever` calls (#8011)
+- Updating Reference to RAGAS LlamaIndex Integration (#8035)
+- Vectara bugfix (#8032)
+- Fix: ChromaVectorStore can attempt to add in excess of chromadb batch… (#8019)
+- Fix get_content method in Mbox reader (#8012)
+- Apply kwarg filters in WeaviateVectorStore (#8017)
+- Avoid ZeroDivisionError (#8027)
+- `LocalAI` intuitive module-level var names (#8028)
+- zep/fix: imports & typing (#8030)
+- refactor: use `str.join` (#8020)
+- use proper metadata str for node parsing (#7987)
 
 ## [0.8.41] - 2023-10-07
 
diff --git a/llama_index/VERSION b/llama_index/VERSION
index 9784ab9123..21db4e4df6 100644
--- a/llama_index/VERSION
+++ b/llama_index/VERSION
@@ -1 +1 @@
-0.8.41
+0.8.42
-- 
GitLab