From 4328c21a5fd901a655da0f396e8243de7ce1f103 Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Fri, 20 Sep 2019 10:02:36 -0600 Subject: [PATCH] bump version, update changelog, longer description for points --- CHANGELOG.md | 5 +++++ pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8f54da..7f448d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v5.2.0 + - Add access to labels on Pull Requests https://github.com/DirectMyFile/github.dart/pull/163 + - Adding draft property to PR model https://github.com/DirectMyFile/github.dart/pull/162 + - updateFile request must be a PUT https://github.com/DirectMyFile/github.dart/pull/160 + ## v5.1.0 - `Repository`: added `updatedAt` and `license` fields. diff --git a/pubspec.yaml b/pubspec.yaml index a5f5b10a..07cfe49b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: github -version: 5.1.0 +version: 5.2.0 author: Kenneth Endfinger -description: GitHub API Client Library +description: A high-level GitHub API Client Library that uses Github's v3 API homepage: https://github.com/DirectMyFile/github.dart environment: