Skip to content

Commit

Permalink
chore: bump and changelog (Chainlit#1705)
Browse files Browse the repository at this point in the history
* chore: bump and changelog

* chore: changelog
  • Loading branch information
willydouhard authored Jan 14, 2025
1 parent fc04b59 commit a4d13f8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to Chainlit will be documented in this file.

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

## [2.0.3] - 2025-01-14

### Added

- `CustomElement.update()` to update a custom element props server side
- Translation for the copy button

### Fixed
- The official data layer should not overwrite elements anymore
- A bug where resuming a thread would not load the thread
- Prevent authentication before the app is fully loaded
- Installing Chainlit from github should work again
- `tool` steps should count as a thread start

## [2.0.2] - 2025-01-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chainlit"
version = "2.0.2"
version = "2.0.3"
keywords = [
'LLM',
'Agents',
Expand Down

0 comments on commit a4d13f8

Please sign in to comment.