Release 1.7.10 (#727)

diff --git a/CHANGELOG b/CHANGELOG
index 9591e2f..35944a9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,25 @@
+v1.7.10
+  Version 1.7.10
+
+  Bugfix release
+
+  Implementation Changes
+  - Decode service to utf-8 ([#723](https://github.com/googleapis/google-api-python-client/pull/723))
+  - Use print() function in both Python2 and Python 3 ([#722](https://github.com/googleapis/google-api-python-client/pull/722))
+  - Make http.MediaFileUpload close its file descriptor ([#600](https://github.com/googleapis/google-api-python-client/pull/600))
+  - Never make 'body' required ([#718](https://github.com/googleapis/google-api-python-client/pull/718))
+
+  Documentation
+  - Add compatability check badges to README ([#691](https://github.com/googleapis/google-api-python-client/pull/691))
+  - Regenerate docs ([#696](https://github.com/googleapis/google-api-python-client/pull/696), [#700](https://github.com/googleapis/google-api-python-client/pull/700))
+  - Create index file for dynamically generated docs ([#702](https://github.com/googleapis/google-api-python-client/pull/702))
+  - Add docs folder with guides from developers.google.com ([#706](https://github.com/googleapis/google-api-python-client/pull/706), [#710](https://github.com/googleapis/google-api-python-client/pull/710))
+
+  Internal / Testing Changes
+  - Fix http.py, lint errors, unit test ([#724](https://github.com/googleapis/google-api-python-client/pull/724))
+  - tox.ini: Look for Python syntax errors and undefined names ([#721](https://github.com/googleapis/google-api-python-client/pull/721))
+
+
 v1.7.9
   Version 1.7.9
 
diff --git a/googleapiclient/__init__.py b/googleapiclient/__init__.py
index dfb68b7..4cc3a6a 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.9"
+__version__ = "1.7.10"
 
 # Set default logging handler to avoid "No handler found" warnings.
 import logging