From 8dc3fec3d1fde15adaf260ab1511774fb9f13dcf Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Sat, 1 Feb 2020 08:24:47 +1100 Subject: [PATCH] update changelog and pubspec for 0.7.0+1 release (#77) --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e189c64..8b7038bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.7.0+1 +* Fix code snippet in readme where the variable for saving the result of the `token()` method should have been of type `TokenResponse` (issue [74](https://github.com/MaikuB/flutter_appauth/issues/74)). Thanks to PR from [Stephen Owens](https://github.com/sowens-csd). + # 0.7.0 * Add minimum version of Flutter (1.12.13+hotfix.5) to address `MissingPluginException` raised issue [66](https://github.com/MaikuB/flutter_appauth/issues/66) * Update pubspec file of example app to reference plugin in the `dependencies` section instead of `dev_dependencies` to avoid confusion diff --git a/pubspec.yaml b/pubspec.yaml index 53595baf..af1954c3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_appauth description: This plugin provides an abstraction around the Android and iOS AppAuth SDKs so it can be used to communicate with OAuth 2.0 and OpenID Connect providers -version: 0.7.0 +version: 0.7.0+1 homepage: https://github.com/MaikuB/flutter_appauth environment: