Skip to content

Commit

Permalink
release: 1.1.402
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard committed Aug 7, 2024
1 parent c89ea37 commit e984992
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

Nothing unreleased!

## [1.1.402] - 2024-08-07

### Added

- The `User` class now has a `display_name` field. It will not be persisted by the data layer.
- The logout button will now reload the page (needed for custom auth providers)

## [1.1.401] - 2024-08-02

### Changed
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 = "1.1.401"
version = "1.1.402"
keywords = [
'LLM',
'Agents',
Expand Down

0 comments on commit e984992

Please sign in to comment.