diff --git a/CHANGELOG.md b/CHANGELOG.md index 038f297104..815bbc1574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Nothing unreleased! +## [1.1.101] - 2024-05-14 + +### Added + +- The discord bot now shows "typing" while responding + +### Fixed + +- Discord and Slack bots should no longer fail to respond if the data layer fails + ## [1.1.0] - 2024-05-13 ### Added diff --git a/backend/pyproject.toml b/backend/pyproject.toml index aebb8e63ed..c3e2ebc725 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chainlit" -version = "1.1.0" +version = "1.1.101" keywords = ['LLM', 'Agents', 'gen ai', 'chat ui', 'chatbot ui', 'openai', 'copilot', 'langchain', 'conversational ai'] description = "Build Conversational AI." authors = ["Chainlit"]