Skip to content

Commit 0723486

Browse files
authored
chore: release (#1850)
* chore: release * chore: changelog
1 parent 424aa94 commit 0723486

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.1.1] - 2025-02-03
8+
9+
### Fixed
10+
11+
- Reintroduce including URL location after UI refactor
12+
- Ensure SAS token start time is set to UTC
13+
- Prevent showing 0's on resumed thread if AskAction/File was used
14+
- Remove 22px element ref height
15+
- Update Microsoft OAuth offline_access scope to be fully qualified with the prefix
16+
717
## [2.1.0] - 2025-01-30
818

919
### Added

backend/chainlit/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
except metadata.PackageNotFoundError:
66
# Case where package metadata is not available, default to a 'non-outdated' version.
77
# Ref: config.py::load_settings()
8-
__version__ = "2.1.0"
8+
__version__ = "2.1.1"

backend/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chainlit"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
keywords = [
55
'LLM',
66
'Agents',

0 commit comments

Comments
 (0)