From 0c9e8e9230adbd98affe3dbc92ceed14b3a88d22 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 00:52:30 +0000 Subject: [PATCH] chore(main): release 2.6.2 --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f53ff64..7503696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-cloud-iam/#history +## [2.6.2](https://github.com/googleapis/python-iam/compare/v2.6.1...v2.6.2) (2022-06-03) + + +### Bug Fixes + +* **deps:** require protobuf <4.0.0dev ([#194](https://github.com/googleapis/python-iam/issues/194)) ([48510c0](https://github.com/googleapis/python-iam/commit/48510c0959ca537c80489fa40f23acd54719dcc7)) + + +### Documentation + +* fix changelog header to consistent size ([#193](https://github.com/googleapis/python-iam/issues/193)) ([cfffd59](https://github.com/googleapis/python-iam/commit/cfffd592e3d7a01ff8b238bbbf05792145824962)) + ## [2.6.1](https://github.com/googleapis/python-iam/compare/v2.6.0...v2.6.1) (2022-03-05) diff --git a/setup.py b/setup.py index ea8737e..ff28571 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-iam" description = "IAM Service Account Credentials API client library" -version = "2.6.1" +version = "2.6.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'