Skip to content

Commit

Permalink
chore(main): release 2.6.0 (#148)
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] authored Feb 28, 2022
1 parent f51dcc8 commit 6e92856
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/google-cloud-iam/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

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

## [2.6.0](https://github.com/googleapis/python-iam/compare/v2.5.1...v2.6.0) (2022-02-26)


### Features

* add api key support ([#147](https://github.com/googleapis/python-iam/issues/147)) ([8145ace](https://github.com/googleapis/python-iam/commit/8145ace353fe863117cf35bd28df1e3dbcd9ba6d))


### Bug Fixes

* resolve DuplicateCredentialArgs error when using credentials_file ([4e6e3fc](https://github.com/googleapis/python-iam/commit/4e6e3fca6f4bc1e3764cd2ce2d1a0c760cac0d5f))


### Documentation

* add generated snippets ([#152](https://github.com/googleapis/python-iam/issues/152)) ([a213fdc](https://github.com/googleapis/python-iam/commit/a213fdc92f4feb7777692ad918cb99acaf064b1a))

### [2.5.1](https://www.github.com/googleapis/python-iam/compare/v2.5.0...v2.5.1) (2021-11-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-iam/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.5.1"
version = "2.6.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 6e92856

Please sign in to comment.