diff --git a/CHANGELOG.md b/CHANGELOG.md index c6978ef00..e29afd367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-auth/#history +## [2.33.1](https://github.com/googleapis/google-auth-library-python/compare/v2.33.0...v2.33.1) (2024-08-07) + + +### Bug Fixes + +* Retry token request on retryable status code ([#1563](https://github.com/googleapis/google-auth-library-python/issues/1563)) ([f858a15](https://github.com/googleapis/google-auth-library-python/commit/f858a151cb7e29d34578e03c9e3fd4110c6bc258)) + ## [2.33.0](https://github.com/googleapis/google-auth-library-python/compare/v2.32.0...v2.33.0) (2024-08-06) diff --git a/google/auth/version.py b/google/auth/version.py index c41f87765..137a4a4a8 100644 --- a/google/auth/version.py +++ b/google/auth/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.33.0" +__version__ = "2.33.1"