diff --git a/CHANGELOG.md b/CHANGELOG.md index ca31e473b3..ed9a0b2067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Nothing is unreleased! -## [1.0.500] - 2023-04-02 +## [1.0.500] - 2024-04-02 ### Added @@ -31,7 +31,7 @@ Nothing is unreleased! - Feedback no longer has a -1 value. Instead a delete_feedback method has been added to the data layer - ThreadDict no longer has the full User object. Instead it has user_id and user_identifier fields -## [1.0.400] - 2023-03-06 +## [1.0.400] - 2024-03-06 ### Added @@ -46,7 +46,7 @@ Nothing is unreleased! - Enforce UTC DateTimes -## [1.0.300] - 2023-02-19 +## [1.0.300] - 2024-02-19 ### Added @@ -57,7 +57,7 @@ Nothing is unreleased! - The `ChatGeneration` and `CompletionGeneration` has been reworked to better match the OpenAI semantics -## [1.0.200] - 2023-01-22 +## [1.0.200] - 2024-01-22 ### Added @@ -69,7 +69,7 @@ Nothing is unreleased! - Tasklist flickering -## [1.0.101] - 2023-01-12 +## [1.0.101] - 2024-01-12 ### Fixed @@ -77,7 +77,7 @@ Nothing is unreleased! - Toggling hide_cot parameter in the UI should correctly hide the `took n steps` buttons - `running` loading button should only be displayed once when `hide_cot` is true and a message is being streamed -## [1.0.100] - 2023-01-10 +## [1.0.100] - 2024-01-10 ### Added @@ -94,7 +94,7 @@ Nothing is unreleased! - If `hide_cot` is set to `true`, the UI will never get the intermediary steps (but they will still be persisted) - Fixed a bug preventing to open past chats -## [1.0.0] - 2023-01-08 +## [1.0.0] - 2024-01-08 ### Added