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