From 6545bbb013dead23974bdbbfc639ff76d298dc23 Mon Sep 17 00:00:00 2001 From: Sreelal TS Date: Tue, 16 Apr 2024 09:57:50 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A8=F0=9F=8F=BB=E2=80=8D=F0=9F=94=A7?= =?UTF-8?q?=20Patch=20Release:=20v1.15.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06653854..4f75435c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.15.12 + +- Fix: Forked Handlers caused crash. + # 1.15.11 - Minor fix in update processing diff --git a/pubspec.yaml b/pubspec.yaml index c6f50359..7778d2ba 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 - 7.2! -version: 1.15.11 +version: 1.15.12 homepage: https://github.com/HeySreelal/televerse topics: - telegram