Skip to content

Commit c63fded

Browse files
authored
chore: release (#2748)
<!-- This is an auto-generated description by cubic. --> ## Summary by cubic Release 2.9.5. Adds favorite messages (prompt templates) and fixes starters to respect the selected/default mode. - **New Features** - Favorite messages (prompt templates) - **Bug Fixes** - Starters now use the selected/default mode correctly <sup>Written for commit 26fb2ad. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. -->
1 parent 78839c6 commit c63fded

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to Chainlit will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [2.9.5] - 2026-01-08
8+
9+
### Added
10+
- Add favorite messages (prompt templates)
11+
12+
### Fixed
13+
- Fix: Starters now correctly use the selected/default mode if configured
14+
715
## [2.9.4] - 2025-12-24
816

917
### Added

backend/chainlit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.4"
1+
__version__ = "2.9.5"

0 commit comments

Comments
 (0)