Skip to content

Commit

Permalink
prepare 1.1.101 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard committed May 14, 2024
1 parent dd1e392 commit 68b321a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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"]
Expand Down

0 comments on commit 68b321a

Please sign in to comment.