chore: release 1.12.10 (#1658)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1be4d84..e5d156d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # Changelog
 
+### [1.12.10](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.9...v1.12.10) (2022-01-13)
+
+
 ### [1.12.9](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.8...v1.12.9) (2022-01-11)
 
 ### Bug Fixes
diff --git a/setup.py b/setup.py
index e7e3685..a77e5aa 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@
 with io.open(readme_filename, encoding="utf-8") as readme_file:
     readme = readme_file.read()
 
-version = "1.12.9"
+version = "1.12.10"
 
 setup(
     name="google-api-python-client",