From af11718d44da79b662d5eba9dfcdbb47d27ede70 Mon Sep 17 00:00:00 2001 From: Sreelal TS Date: Mon, 25 Nov 2024 13:18:32 +0530 Subject: [PATCH] =?UTF-8?q?=E2=84=B9=EF=B8=8F=20Version=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 942b771..29f4061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 2.0.0 + +- 🆕 Supports Middleware chaining for each handler. +- ⚠️ Updated Conversation API definitions. +- Updated `Fetcher` implementations. +- Improved wordings. +- Refactored `bot.dart` + # 1.28.0 - 🤖 Bot API 8.0 diff --git a/pubspec.yaml b/pubspec.yaml index cd7a45b..f66bafb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: televerse description: Televerse lets you create your own efficient Telegram bots with ease in Dart. Supports latest Telegram Bot API - 8.0! -version: 1.28.0 +version: 2.0.0 homepage: https://televerse.xooniverse.com repository: https://github.com/xooniverse/televerse topics: