Release v1.1.0 (#198)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9cf2109..5e6d0ee 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,16 @@
Changelog
=========
+v1.1.0
+------
+
+- Added ``service_account.Credentials.project_id``. (#187)
+- Move read-only methods of ``credentials.Scoped`` into new interface ``credentials.ReadOnlyScoped``. (#195, #196)
+- Make ``compute_engine.Credentials`` derive from ``ReadOnlyScoped`` instead of ``Scoped``. (#195)
+- Fix App Engine's expiration calculation (#197)
+- Split ``crypt`` module into a package to allow alternative implementations. (#189)
+- Add error message to handle case of empty string or missing file for GOOGLE_APPLICATION_CREDENTIALS (#188)
+
v1.0.2
------
diff --git a/setup.py b/setup.py
index e04158c..20a4beb 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@
setup(
name='google-auth',
- version='1.0.2',
+ version='1.1.0',
author='Google Cloud Platform',
author_email='jonwayne+google-auth@google.com',
description='Google Authentication Library',