From 15476b40790166d2628cf0ebe636263587fd91f3 Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Wed, 10 Jul 2019 10:11:35 -0600 Subject: [PATCH] update changelog and version for 5.0.2 release --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f69d27..3665cde7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v5.0.2 + - Fixed pollPublicEventsReceivedByUser to use the correct API URL https://github.com/DirectMyFile/github.dart/pull/150 + ## v5.0.1 - Fixed a runtime exception (https://github.com/DirectMyFile/github.dart/issues/139) - Added an optional `base` argument when editing a PR (https://github.com/DirectMyFile/github.dart/pull/145) diff --git a/pubspec.yaml b/pubspec.yaml index 73da6384..5e83d5ac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: github -version: 5.0.1 +version: 5.0.2 author: Kenneth Endfinger description: GitHub API Client Library homepage: https://github.com/DirectMyFile/github.dart