Release v1.1.1 (#201)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 5e6d0ee..5483dc8 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,11 @@
Changelog
=========
+v1.1.1
+------
+
+- ``google.oauth.credentials.Credentials`` now correctly inherits from ``ReadOnlyScoped`` instead of ``Scoped``. (#200)
+
v1.1.0
------
diff --git a/setup.py b/setup.py
index 20a4beb..ca860ec 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@
setup(
name='google-auth',
- version='1.1.0',
+ version='1.1.1',
author='Google Cloud Platform',
author_email='jonwayne+google-auth@google.com',
description='Google Authentication Library',