From 581c22c0828f8cad4de357f28dceddf0987629ce Mon Sep 17 00:00:00 2001 From: Thibaut Patel Date: Mon, 15 Apr 2024 16:10:57 +0200 Subject: [PATCH] update changelog (#910) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb80a7a8f..348d5e1251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Nothing unreleased! +## [1.0.503] - 2024-04-15 + +### Added + +- Enable persisting threads using a Custom Data Layer (through SQLAlchemy) - @hayescode + +### Changed + +- React-client: Expose `sessionId` in `useChatSession` +- Add chat profile as thread tag metadata + +### Fixed + +- Add quotes around the chainlit create-secret CLI output to avoid any issues with special characters + ## [1.0.502] - 2024-04-08 ### Added