Skip to content

Commit 2857ea6

Browse files
chore: release 2.2.0 (#76)
🤖 I have created a release \*beep\* \*boop\* --- ## [2.2.0](https://www.github.com/googleapis/python-oslogin/compare/v2.1.0...v2.2.0) (2021-05-28) ### Features * support self-signed JWT flow for service accounts ([857db06](https://www.github.com/googleapis/python-oslogin/commit/857db06e1b777e62eba0180655d059e2729ba898)) ### Bug Fixes * add async client to %name_%version/init.py ([857db06](https://www.github.com/googleapis/python-oslogin/commit/857db06e1b777e62eba0180655d059e2729ba898)) * use correct retry deadline ([#56](https://www.github.com/googleapis/python-oslogin/issues/56)) ([a226955](https://www.github.com/googleapis/python-oslogin/commit/a22695516e8e89ccce2c500ade38c29451432b14)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 35d211d commit 2857ea6

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

packages/google-cloud-os-login/CHANGELOG.md

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

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

7+
## [2.2.0](https://www.github.com/googleapis/python-oslogin/compare/v2.1.0...v2.2.0) (2021-05-28)
8+
9+
10+
### Features
11+
12+
* support self-signed JWT flow for service accounts ([857db06](https://www.github.com/googleapis/python-oslogin/commit/857db06e1b777e62eba0180655d059e2729ba898))
13+
14+
15+
### Bug Fixes
16+
17+
* add async client to %name_%version/init.py ([857db06](https://www.github.com/googleapis/python-oslogin/commit/857db06e1b777e62eba0180655d059e2729ba898))
18+
* use correct retry deadline ([#56](https://www.github.com/googleapis/python-oslogin/issues/56)) ([a226955](https://www.github.com/googleapis/python-oslogin/commit/a22695516e8e89ccce2c500ade38c29451432b14))
19+
720
## [2.1.0](https://www.github.com/googleapis/python-oslogin/compare/v2.0.0...v2.1.0) (2021-01-06)
821

922

packages/google-cloud-os-login/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-os-login"
2424
description = "Google Cloud OS Login API client library"
25-
version = "2.1.0"
25+
version = "2.2.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)