diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c337c65d9..8c7beeac22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/backend/pyproject.toml b/backend/pyproject.toml index b9ce5fb156..2127e7cef4 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chainlit" -version = "1.1.401" +version = "1.1.402" keywords = [ 'LLM', 'Agents',