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

Commit

Permalink
chore(main): release 2.8.0 (#212)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jul 14, 2022
1 parent 5638e04 commit 26abc8b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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.8.0](https://github.com/googleapis/python-iam/compare/v2.7.0...v2.8.0) (2022-07-14)


### Features

* add audience parameter ([5638e04](https://github.com/googleapis/python-iam/commit/5638e04fd5aadeb61f56f770f264a81d4dbcbf91))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#207](https://github.com/googleapis/python-iam/issues/207)) ([5638e04](https://github.com/googleapis/python-iam/commit/5638e04fd5aadeb61f56f770f264a81d4dbcbf91))
* require python 3.7+ ([#211](https://github.com/googleapis/python-iam/issues/211)) ([c4f23cd](https://github.com/googleapis/python-iam/commit/c4f23cd689143ff5f9607d4d83b445153d2f3de1))

## [2.7.0](https://github.com/googleapis/python-iam/compare/v2.6.2...v2.7.0) (2022-06-27)


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.7.0"
version = "2.8.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 26abc8b

Please sign in to comment.