Release v1.3.0 (#233)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index d359cf6..58052f5 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,16 @@
Changelog
=========
+v1.3.0
+------
+
+- Added ``google.oauth2.credentials.Credentials.from_authorized_user_file`` (#226)
+- Dropped direct pyasn1 dependency in favor of letting ``pyasn1-modules`` specify the right version. (#230)
+- ``default()`` now checks for the project ID environment var before warning about missing project ID. (#227)
+- Fixed the docstrings for ``has_scopes()`` and ``with_scopes()``. (#228)
+- Fixed example in docstring for ``ReadOnlyScoped``. (#219)
+- Made ``transport.requests`` use timeouts and retries to improve reliability. (#220)
+
v1.2.1
------
diff --git a/setup.py b/setup.py
index 42da7a3..0a21f25 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@
setup(
name='google-auth',
- version='1.2.1',
+ version='1.3.0',
author='Google Cloud Platform',
author_email='jonwayne+google-auth@google.com',
description='Google Authentication Library',