aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatt Houglum <houglum@google.com>2018-09-07 14:33:19 -0700
committerGitHub <noreply@github.com>2018-09-07 14:33:19 -0700
commit50d20532a748f18e53f7d24ccbe6647132c979a9 (patch)
tree3e12d5f6a8d13e2baaa541bc9f9dc4c16a11e14e /CHANGELOG.md
parentb61aec4fe60d88dc73ec66355de0fe9d55c7ae7c (diff)
downloadoauth2client-upstream-master.tar.gz
Release v4.1.3 and update OAuth2 URIs. Fixes #742. (#743)upstream-master
Release v4.1.3 and update OAuth2 URIs. Fixes #742.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65809ff..2523d29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# CHANGELOG
+## v4.1.3
+
+**Note**: oauth2client is deprecated. No more features will be added to the
+libraries and the core team is turning down support. We recommend you use
+[google-auth](https://google-auth.readthedocs.io) and [oauthlib](http://oauthlib.readthedocs.io/).
+
+* Changed OAuth2 endpoints to use oauth2.googleapis.com variants. (#742)
+
## v4.1.2
**Note**: oauth2client is deprecated. No more features will be added to the