diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e57c924f7..6476e32a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 60a6be5ae7..c6ebbe3258 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chainlit" -version = "2.0.2" +version = "2.0.3" keywords = [ 'LLM', 'Agents',