From 68a822864e8fe6254cdbb44fa992eea94c9eaff1 Mon Sep 17 00:00:00 2001
From: Jerry Liu <jerryjliu98@gmail.com>
Date: Sat, 28 Oct 2023 09:59:24 -0700
Subject: [PATCH] [version] bump version to 0.8.54 (#8544)

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95996a0377..6a8d2d1005 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,20 @@
 # ChangeLog
 
-## Unreleased
+## [0.8.54] - 2023-10-28
+
+### New Features
+
+- notebook showing how to fine-tune llama2 on structured outputs (#8540)
+  - added GradientAIFineTuningHandler
+  - added pydantic_program_mode to ServiceContext
+- Initialize MultiModal Retrieval using LlamaIndex (#8507)
 
 ### Bug Fixes / Nits
 
 - Add missing import to `ChatEngine` usage pattern `.md` doc (#8518)
+- :bug: fixed async add (#8531)
+- fix: add the needed CondenseQuestionChatEngine import in the usage_pa… (#8518)
+- Add import LongLLMLinguaPostprocessor for LongLLMLingua.ipynb (#8519)
 
 ## [0.8.53] - 2023-10-27
 
diff --git a/llama_index/VERSION b/llama_index/VERSION
index 932dcb24a0..763222e25c 100644
--- a/llama_index/VERSION
+++ b/llama_index/VERSION
@@ -1 +1 @@
-0.8.53.post2
+0.8.54
diff --git a/pyproject.toml b/pyproject.toml
index b74af55c22..a28c18f10d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,7 +38,7 @@ name = "llama-index"
 packages = [{include = "llama_index"}]
 readme = "README.md"
 repository = "https://github.com/run-llama/llama_index"
-version = "0.8.53.post2"
+version = "0.8.54"
 
 [tool.poetry.dependencies]
 SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
-- 
GitLab