diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e6889bd52..9ae3ed2eac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.25.0](https://www.github.com/googleapis/google-api-python-client/compare/v2.24.0...v2.25.0) (2021-10-09) + + +### Features + +* enable self signed jwt for service account credentials ([#1553](https://www.github.com/googleapis/google-api-python-client/issues/1553)) ([1fb3c8e](https://www.github.com/googleapis/google-api-python-client/commit/1fb3c8ec61295adc876fa449e92fe5d682f33cbd)) + ## [2.24.0](https://www.github.com/googleapis/google-api-python-client/compare/v2.23.0...v2.24.0) (2021-10-05) diff --git a/setup.py b/setup.py index e9825a54057..45ec04d1c2d 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.24.0" +version = "2.25.0" setup( name="google-api-python-client",