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