Skip to content
This repository was archived by the owner on Oct 16, 2023. It is now read-only.

Commit 82cc1d0

Browse files
chore(main): release 2.11.2 (#267)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 41db8fb commit 82cc1d0

File tree

10 files changed

+16
-9
lines changed

10 files changed

+16
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.11.1"
2+
".": "2.11.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-cloud-iam/#history
66

7+
## [2.11.2](https://github.com/googleapis/python-iam/compare/v2.11.1...v2.11.2) (2023-02-02)
8+
9+
10+
### Documentation
11+
12+
* Update overall name from iamcredentials to iam ([#266](https://github.com/googleapis/python-iam/issues/266)) ([41db8fb](https://github.com/googleapis/python-iam/commit/41db8fba964202b483dd6d045904855a7950e17d))
13+
714
## [2.11.1](https://github.com/googleapis/python-iam/compare/v2.11.0...v2.11.1) (2023-01-20)
815

916

google/cloud/iam/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.11.1" # {x-release-please-version}
16+
__version__ = "2.11.2" # {x-release-please-version}

google/cloud/iam_credentials/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.11.1" # {x-release-please-version}
16+
__version__ = "2.11.2" # {x-release-please-version}

google/cloud/iam_credentials_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.11.1" # {x-release-please-version}
16+
__version__ = "2.11.2" # {x-release-please-version}

google/cloud/iam_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.11.1" # {x-release-please-version}
16+
__version__ = "2.11.2" # {x-release-please-version}

google/cloud/iam_v2beta/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.11.1" # {x-release-please-version}
16+
__version__ = "2.11.2" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.iam.credentials.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-iam",
11-
"version": "0.1.0"
11+
"version": "2.11.2"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.iam.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-iam",
11-
"version": "0.1.0"
11+
"version": "2.11.2"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.iam.v2beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-iam",
11-
"version": "0.1.0"
11+
"version": "2.11.2"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)