diff --git a/CHANGELOG.md b/CHANGELOG.md index 7813d830..a8a57b4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 9.1.0 + +* add 'create' github webhook event to hooks.dart by @XilaiZhang in https://github.com/SpinlockLabs/github.dart/pull/304 + +## New Contributors +* @XilaiZhang made their first contribution in https://github.com/SpinlockLabs/github.dart/pull/304 + +**Full Changelog**: https://github.com/SpinlockLabs/github.dart/compare/9.0.3...9.1.0 + ## 9.0.3 * Update Language Colors March 13th 2022 by @robrbecker in https://github.com/SpinlockLabs/github.dart/pull/302 diff --git a/pubspec.yaml b/pubspec.yaml index 7065b6fa..01e5fbde 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: github -version: 9.0.3 +version: 9.1.0 description: A high-level GitHub API Client Library that uses Github's v3 API homepage: https://github.com/SpinlockLabs/github.dart