From d0b8ec1288f92c5990ad581602e8787f7c6ea580 Mon Sep 17 00:00:00 2001 From: DinoLeung Date: Tue, 29 Aug 2023 22:49:20 +0930 Subject: [PATCH] added new version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 314670c..c3c43d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.6.1 + +- Fixed Dart doc generation errors +- Fixed Dart formatter errors + ## 0.6.0 - Support API 6.5, 6.6, 6.7, 6.8 diff --git a/pubspec.yaml b/pubspec.yaml index d1310ce..d1cdfb1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: teledart description: A Dart library interfacing with the latest Telegram Bot API. -version: 0.6.0 +version: 0.6.1 homepage: https://github.com/DinoLeung/TeleDart issue_tracker: https://github.com/DinoLeung/TeleDart/issues