From c21f83afe38ad356c405ade2c098c18affadb13a Mon Sep 17 00:00:00 2001
From: Jerry Liu <jerryjliu98@gmail.com>
Date: Wed, 27 Sep 2023 17:50:03 -0700
Subject: [PATCH] [version] bump version to 0.8.36 (#7869)

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56f4b538c6..aabee804e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
 # ChangeLog
 
-## Unreleased
+## [0.8.36] - 2023-09-27
+
+### New Features
+- add "build RAG from scratch notebook" - OSS/local  (#7864)
 
 ### Bug Fixes / Nits
 - Fix elasticsearch hybrid scoring (#7852)
diff --git a/llama_index/VERSION b/llama_index/VERSION
index 39dbf2cdf8..02e7108240 100644
--- a/llama_index/VERSION
+++ b/llama_index/VERSION
@@ -1 +1 @@
-0.8.35
+0.8.36
-- 
GitLab