From 6d6009806a76ba02a06f06300cc0b25cd9c92451 Mon Sep 17 00:00:00 2001
From: Haotian Zhang <socool.king@gmail.com>
Date: Thu, 1 Feb 2024 15:07:20 -0800
Subject: [PATCH] [Version] Update version to 0.9.41 (#10400)

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8a2f97dc0..3c1dc7373a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
 # ChangeLog
 
+## [0.9.41] - 2024-02-01
+
+### New Features
+
+- Nomic Embedding (#10388)
+- Dashvector support sparse vector (#10386)
+- Table QA with MarkDownParser and Benchmarking (#10382)
+- Simple web page reader (#10395)
+
+### Bug Fixes / Nits
+
+- fix full node content in KeywordExtractor (#10398)
+
 ## [0.9.40] - 2024-01-30
 
 ### New Features
diff --git a/llama_index/VERSION b/llama_index/VERSION
index f81283f3b1..6e25cd6151 100644
--- a/llama_index/VERSION
+++ b/llama_index/VERSION
@@ -1 +1 @@
-0.9.40
+0.9.41
diff --git a/pyproject.toml b/pyproject.toml
index d8e6a8ac14..2ac3add0b3 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.40"
+version = "0.9.41"
 
 [tool.poetry.dependencies]
 SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
-- 
GitLab