chore: release 2.23.0 (#1542)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d8f15e..59e0d2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,26 @@
# Changelog
+## [2.23.0](https://www.github.com/googleapis/google-api-python-client/compare/v2.22.0...v2.23.0) (2021-09-28)
+
+
+### Features
+
+* **analyticsadmin:** update the api https://github.com/googleapis/google-api-python-client/commit/c14c42a82fbd61df00b690daa328cea212441f59 ([ad81f3d](https://www.github.com/googleapis/google-api-python-client/commit/ad81f3da411eb38e48137cb67f22a718498bcdc1))
+* **appengine:** update the api https://github.com/googleapis/google-api-python-client/commit/22e6b63271836d2b195191c0711d3e815d7b3f29 ([ad81f3d](https://www.github.com/googleapis/google-api-python-client/commit/ad81f3da411eb38e48137cb67f22a718498bcdc1))
+* **bigquery:** update the api https://github.com/googleapis/google-api-python-client/commit/5325b3654e42e393911f088e9a8358aeaf733c03 ([ad81f3d](https://www.github.com/googleapis/google-api-python-client/commit/ad81f3da411eb38e48137cb67f22a718498bcdc1))
+* **content:** update the api https://github.com/googleapis/google-api-python-client/commit/df08fb1f3823a5edc96e6caebe24df66e943fa36 ([ad81f3d](https://www.github.com/googleapis/google-api-python-client/commit/ad81f3da411eb38e48137cb67f22a718498bcdc1))
+* **dialogflow:** update the api https://github.com/googleapis/google-api-python-client/commit/eaa0b250682d593572168427d92b0c3b9438a503 ([ad81f3d](https://www.github.com/googleapis/google-api-python-client/commit/ad81f3da411eb38e48137cb67f22a718498bcdc1))
+* **firestore:** update the api https://github.com/googleapis/google-api-python-client/commit/89ee485ce0646fb14d4f4e1d7aae095e504cf4be ([ad81f3d](https://www.github.com/googleapis/google-api-python-client/commit/ad81f3da411eb38e48137cb67f22a718498bcdc1))
+* **gkehub:** update the api https://github.com/googleapis/google-api-python-client/commit/982014c5e33c29f2e0030b950b2f2ac27afa3f8f ([ad81f3d](https://www.github.com/googleapis/google-api-python-client/commit/ad81f3da411eb38e48137cb67f22a718498bcdc1))
+* **monitoring:** update the api https://github.com/googleapis/google-api-python-client/commit/440201ddeeae876ab83863def611ec39649d397c ([ad81f3d](https://www.github.com/googleapis/google-api-python-client/commit/ad81f3da411eb38e48137cb67f22a718498bcdc1))
+* **retail:** update the api https://github.com/googleapis/google-api-python-client/commit/58f1c1ba076ed6ecc389ddf66d0c5ac609cd9d17 ([ad81f3d](https://www.github.com/googleapis/google-api-python-client/commit/ad81f3da411eb38e48137cb67f22a718498bcdc1))
+* **servicenetworking:** update the api https://github.com/googleapis/google-api-python-client/commit/53d51411d39049a98df6909ae16f9c5dfee4f432 ([ad81f3d](https://www.github.com/googleapis/google-api-python-client/commit/ad81f3da411eb38e48137cb67f22a718498bcdc1))
+
+
+### Bug Fixes
+
+* **oslogin:** update the api https://github.com/googleapis/google-api-python-client/commit/e940d95d04a6aba60b89ece3fd630cc0ab5cde2a ([ad81f3d](https://www.github.com/googleapis/google-api-python-client/commit/ad81f3da411eb38e48137cb67f22a718498bcdc1))
+
## [2.22.0](https://www.github.com/googleapis/google-api-python-client/compare/v2.21.0...v2.22.0) (2021-09-21)
diff --git a/setup.py b/setup.py
index 774499d..22f32e2 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@
with io.open(readme_filename, encoding="utf-8") as readme_file:
readme = readme_file.read()
-version = "2.22.0"
+version = "2.23.0"
setup(
name="google-api-python-client",