diff --git a/CHANGELOG.md b/CHANGELOG.md
index cdd45cdf0116d30a3e20b23b21930837cb0264ef..e8ce1686b657a04c9fbbe9668c40c9471482537a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
 # ChangeLog
 
+## [0.9.45.post1] - 2024-02-07
+
+### New Features
+
+- Upgraded deeplake vector database to use BasePydanticVectorStore (#10504)
+
+### Bug Fixes / Nits
+
+- Fix MD parser for inconsistency tables (#10488)
+- Fix ImportError for pypdf in MetadataExtractionSEC.ipynb (#10491)
+
 ## [0.9.45] - 2024-02-07
 
 ### New Features
diff --git a/llama_index/VERSION b/llama_index/VERSION
index d3b54211db5c00ef5cff97b6a2c7b3d6443b415d..cbb5a2b68f97248f8e0f66ff56e02a069886c32c 100644
--- a/llama_index/VERSION
+++ b/llama_index/VERSION
@@ -1 +1 @@
-0.9.45
+0.9.45.post1
diff --git a/pyproject.toml b/pyproject.toml
index 199b1e8ee5e9ca1763790f2d55d1299f1765c5c5..4b659441ba0a172662a0f06db6e393e59ecffa75 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.45"
+version = "0.9.45.post1"
 
 [tool.poetry.dependencies]
 SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}