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

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

## [1.1.0](https://www.github.com/googleapis/python-managed-identities/compare/v1.0.0...v1.1.0) (2021-07-01)


### Features

* 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))


### Bug Fixes

* 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))


### Documentation

* 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))

## [1.0.0](https://www.github.com/googleapis/python-managed-identities/compare/v0.2.0...v1.0.0) (2021-06-16)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
import setuptools # type: ignore

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

0 comments on commit 5475a1c

Please sign in to comment.