Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 3abef5c

Browse files
committed
Merge pull request #64 from tbetbetbe/node-auth-prepare-version-0.9.7
Node auth prepare version 0.9.7
2 parents 98bd317 + 14d9ab4 commit 3abef5c

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.9.7 (11/06/2015)
2+
3+
### Changes
4+
5+
* Accept either "accounts.google.com" or "https://accounts.google.com" as the issuer of the ID token issued by Google. ([@mcduan][])
6+
* Update to prevent status code 200 messages from being flagged as errors. ([@ryan-devrel][])
7+
* Update async & request ([@josephpage][])
8+
* Update oauthclient2.js ([@riblee][])
9+
* Update README.md ([@ofrobots][])
10+
111
## 0.9.6 (05/21/2015)
212

313
### Changes
@@ -24,5 +34,10 @@
2434

2535
[@fiznool]: https://github.com/fiznool
2636
[@jasonall]: https://github.com/jasonall
37+
[@josephpage]: https://github.com/josephpage
38+
[@mcduan]: https://github.com/mcduan
39+
[@ofrobots]: https://github.com/ofrobots
40+
[@riblee]: https://github.com/riblee
41+
[@ryan-devrel]: https://github.com/ryan-devrel
2742
[@stephenplusplus]: https://github.com/stephenplusplus
2843
[@tbetbetbe]: https://github.com/tbetbetbe

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-auth-library",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"author": "Google Inc.",
55
"description": "Google APIs Authentication Client Library for Node.js",
66
"contributors": [

0 commit comments

Comments
 (0)