Skip to content
This repository was archived by the owner on Oct 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ branchProtectionRules:
- 'docs'
- 'docfx'
- 'lint'
- 'unit (3.6)'
- 'unit (3.7)'
- 'unit (3.8)'
- 'unit (3.9)'
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [2.9.0](https://github.com/googleapis/python-iam/compare/v2.8.2...v2.9.0) (2022-10-24)


### Features

* Add client for IAM Deny v2 API ([#230](https://github.com/googleapis/python-iam/issues/230)) ([07a2025](https://github.com/googleapis/python-iam/commit/07a20255498ec1ccb6cff501936546cc4814c969))
* **v2beta:** Update the public IAM Deny v2beta API ([#226](https://github.com/googleapis/python-iam/issues/226)) ([bbe8e3d](https://github.com/googleapis/python-iam/commit/bbe8e3d3e1be719d4d617e3e7536d6a331f85f66))


### Bug Fixes

* **v2beta:** remove google.api.resource_reference annotations ([bbe8e3d](https://github.com/googleapis/python-iam/commit/bbe8e3d3e1be719d4d617e3e7536d6a331f85f66))

## [2.8.2](https://github.com/googleapis/python-iam/compare/v2.8.1...v2.8.2) (2022-08-11)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-iam"
description = "IAM Service Account Credentials API client library"
version = "2.8.2"
version = "2.9.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down