Skip to content

Commit

Permalink
pub release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-singer committed Mar 28, 2014
1 parent 6b0f82e commit 92b1b94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: google_oauth2_client
version: 0.3.6-dev
version: 0.3.6
authors:
- Gerwin Sturm <[email protected]>
- Adam Singer <[email protected]>
- Kevin Moore <[email protected]>
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'
Expand Down

0 comments on commit 92b1b94

Please sign in to comment.