From 46a06fec3c12596b460ed56a08ab576731bc2fc0 Mon Sep 17 00:00:00 2001 From: robrbecker Date: Mon, 14 Mar 2022 04:46:34 +0000 Subject: [PATCH] prep 9.0.3 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afffef1d..7813d830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 9.0.3 + +* Update Language Colors March 13th 2022 by @robrbecker in https://github.com/SpinlockLabs/github.dart/pull/302 + + +**Full Changelog**: https://github.com/SpinlockLabs/github.dart/compare/9.0.2...9.0.3 + ## 9.0.2 - Switched to use the lints package instead of pedantic https://github.com/SpinlockLabs/github.dart/pull/301 diff --git a/pubspec.yaml b/pubspec.yaml index 4a035a95..7065b6fa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: github -version: 9.0.2 +version: 9.0.3 description: A high-level GitHub API Client Library that uses Github's v3 API homepage: https://github.com/SpinlockLabs/github.dart