Release 1.7.11 (#737)

diff --git a/CHANGELOG b/CHANGELOG
index 35944a9..a57d60c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+v1.7.11
+  Version 1.7.11
+
+  Bugfix release
+
+  Implementation Changes
+  - Pass library and Python version in x-goog-api-client header ([#734](https://github.com/googleapis/google-api-python-client/pull/734))
+
+  Documentation
+  - Fix typo in filename used in 'docs/auth.md' ([#736](https://github.com/googleapis/google-api-python-client/pull/736))
+
+  
 v1.7.10
   Version 1.7.10
 
diff --git a/googleapiclient/__init__.py b/googleapiclient/__init__.py
index 4cc3a6a..feba5ce 100644
--- a/googleapiclient/__init__.py
+++ b/googleapiclient/__init__.py
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-__version__ = "1.7.10"
+__version__ = "1.7.11"
 
 # Set default logging handler to avoid "No handler found" warnings.
 import logging