Skip to content

Commit

Permalink
chore(main): release 2.6.0 (#145)
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 23, 2022
1 parent 3b2f8fa commit dd9a02a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-os-login/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-oslogin/#history

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


### Features

* add api key support ([#144](https://github.com/googleapis/python-oslogin/issues/144)) ([1bc7f50](https://github.com/googleapis/python-oslogin/commit/1bc7f50756b0a574285b3ed11ef71305c938e891))


### Bug Fixes

* **deps:** move libcst to extras ([#151](https://github.com/googleapis/python-oslogin/issues/151)) ([ff0b7be](https://github.com/googleapis/python-oslogin/commit/ff0b7be858c400247056a53efb19b9d520611a34))
* resolve DuplicateCredentialArgs error when using credentials_file ([757c2c7](https://github.com/googleapis/python-oslogin/commit/757c2c749d709150d15a703bca230126594aa4ef))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-os-login/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-os-login"
description = "Google Cloud OS Login 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 dd9a02a

Please sign in to comment.