aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTomas Reimers <tomasreimers@gmail.com>2017-06-07 00:04:26 +0800
committerJon Wayne Parrott <jonwayne@google.com>2017-06-06 09:04:26 -0700
commit97320af2733f7bdbe47f067327610e348f953ae1 (patch)
tree7445001c6a6eb284512d7fd34fa52c64622b8a68 /CHANGELOG.md
parenta1da72d15c653c7bd5221211c9a2e7ce2e6341a5 (diff)
downloadoauth2client-97320af2733f7bdbe47f067327610e348f953ae1.tar.gz
Release v4.1.1 (#718)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb86c26..958dcc9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# CHANGELOG
+## v4.1.1
+
+**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/).
+
+New features:
+* Allow passing prompt='consent' via the flow_from_clientsecrets. (#717)
+
## v4.1.0
**Note**: oauth2client is now deprecated. No more features will be added to the