diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8a2f97dc05fc458bf9c270df1fb75c05d68256c..3c1dc7373a8bd8459a4c7bfe04aef1bc8e7aa7ce 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 f81283f3b1ffd17c2900a1aeaa2ad29f3eadbfaa..6e25cd61512618cce346447b43ad788b5477cb1c 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 d8e6a8ac14fedd656415fe4e0652f6495994192c..2ac3add0b39f475c51e380a17e0b39c721f7f9c5 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"}