Skip to content

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/google-cloud-managed-identities/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.1.0](https://www.github.com/googleapis/python-managed-identities/compare/v1.0.0...v1.1.0) (2021-07-01)
4+
5+
6+
### Features
7+
8+
* add always_use_jwt_access ([#44](https://www.github.com/googleapis/python-managed-identities/issues/44)) ([1fd37ac](https://www.github.com/googleapis/python-managed-identities/commit/1fd37ac71b3d0b4106d87bcf527bf0bd8dada27d))
9+
10+
11+
### Bug Fixes
12+
13+
* disable always_use_jwt_access ([#48](https://www.github.com/googleapis/python-managed-identities/issues/48)) ([c3dda3f](https://www.github.com/googleapis/python-managed-identities/commit/c3dda3f68b5c2a4320a046852c4f218d04075326))
14+
15+
16+
### Documentation
17+
18+
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-managed-identities/issues/1127)) ([#39](https://www.github.com/googleapis/python-managed-identities/issues/39)) ([4c82d41](https://www.github.com/googleapis/python-managed-identities/commit/4c82d419bd18f6361d9ebc134dc3c7cebf473cac))
19+
320
## [1.0.0](https://www.github.com/googleapis/python-managed-identities/compare/v0.2.0...v1.0.0) (2021-06-16)
421

522

packages/google-cloud-managed-identities/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import setuptools # type: ignore
2121

2222
name = "google-cloud-managed-identities"
23-
version = "1.0.0"
23+
version = "1.1.0"
2424
description = "Managed Service for Microsoft Active Directory API client library"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
url = "https://github.com/googleapis/python-managed-identities"

0 commit comments

Comments
 (0)