From 92b1b9403e926d65d55f41318136b1af404dac76 Mon Sep 17 00:00:00 2001 From: Adam Singer Date: Thu, 27 Mar 2014 22:02:51 -0700 Subject: [PATCH] pub release 0.3.6 --- changelog.md | 5 +++++ pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index a747dfe..b4e38f8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog - Dart Google OAuth2 Library +## 0.3.6 2014-03-27 (SDK 1.3.0-dev.7.2 r34463) + +- Added JWT support for `ComputeOAuth2Console`, now supporting + non-Google Compute Engine clients + ## 0.3.5 2014-03-22 (SDK 1.3.0-dev.5.2 r34229) - Added implementation of `ComputeOAuth2Console` for connecting to Google Compute Engine diff --git a/pubspec.yaml b/pubspec.yaml index a3ecf3a..d5a5082 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: google_oauth2_client -version: 0.3.6-dev +version: 0.3.6 authors: - Gerwin Sturm - Adam Singer @@ -7,7 +7,7 @@ authors: description: Library to use for Google OAuth2 authentication / Client-side flow homepage: https://github.com/dart-gde/dart-google-oauth2-library environment: - sdk: '>=1.0.0 <2.0.0' + sdk: '>=1.3.0 <2.0.0' dependencies: crypto: '>=0.9.0 <0.10.0' http: '>=0.9.0 <0.10.0'