From 3ef3fbda58c02a30d49571a641a9d7117987cda3 Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Sun, 19 Dec 2021 13:04:29 -0700 Subject: [PATCH] prep 8.4.0 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a4d48c0..8f2f7474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 8.4.0 +- added `updateComment` to update issue comments https://github.com/SpinlockLabs/github.dart/pull/286 + ## 8.3.0 - Support `files` field in class `GitHubComparison` diff --git a/pubspec.yaml b/pubspec.yaml index 594ed886..fa792e79 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: github -version: 8.3.0 +version: 8.4.0 description: A high-level GitHub API Client Library that uses Github's v3 API homepage: https://github.com/SpinlockLabs/github.dart