From 6619603786ed966c3bc52be6daa962e784788edb Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Tue, 9 Jul 2019 12:56:30 -0600 Subject: [PATCH] update changelog, version to 5.0.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9049c2fe..96f69d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 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) + ## v5.0.0 - **BREAKING** `RepositoriesService.listCollaborators` now returns diff --git a/pubspec.yaml b/pubspec.yaml index 39feabcf..73da6384 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: github -version: 5.0.0 +version: 5.0.1 author: Kenneth Endfinger description: GitHub API Client Library homepage: https://github.com/DirectMyFile/github.dart