Skip to content

Commit

Permalink
fix change for 0.6.0 release (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB authored Jan 24, 2020
1 parent 3e8fed0 commit 7faff7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 0.6.0+1
* Correct changelog entry for 0.6.0 release. Previously reported plugin updated to use Gradle plugin 3.5.2 but should have written 3.5.3

# 0.6.0
* [Android] **BREAKING CHANGE** Bump Gradle plugin to 3.5.2
* [Android] **BREAKING CHANGE** Bump Gradle plugin to 3.5.3
* [iOS] Fix issue [63](https://github.com/MaikuB/flutter_appauth/issues/63) where `login_hint` and `promptValues` was only passed when using service discovery
* Update pubspec to match latest version of pub

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.6.0
version: 0.6.0+1
homepage: https://github.com/MaikuB/flutter_appauth

environment:
Expand Down

0 comments on commit 7faff7e

Please sign in to comment.