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

Commit

Permalink
chore: release 1.1.1 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 27, 2021
1 parent 0a67d24 commit c108671
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

### [1.1.1](https://www.github.com/googleapis/python-managed-identities/compare/v1.1.0...v1.1.1) (2021-07-26)


### Bug Fixes

* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#51](https://www.github.com/googleapis/python-managed-identities/issues/51)) ([43e3ce1](https://www.github.com/googleapis/python-managed-identities/commit/43e3ce1df7c59f9d33d1afeb4e440ae8103dfb4b))
* enable self signed jwt for grpc ([#57](https://www.github.com/googleapis/python-managed-identities/issues/57)) ([d79eaa7](https://www.github.com/googleapis/python-managed-identities/commit/d79eaa732ea33f601cb5f9a37b2f788e6f3fd9f2))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#52](https://www.github.com/googleapis/python-managed-identities/issues/52)) ([a3e352c](https://www.github.com/googleapis/python-managed-identities/commit/a3e352c80a3e2984d0c767ec32d08e1524a69949))


### Miscellaneous Chores

* release 1.1.1 ([#56](https://www.github.com/googleapis/python-managed-identities/issues/56)) ([0a67d24](https://www.github.com/googleapis/python-managed-identities/commit/0a67d242c1d41a09aab0e0b32f5effb2aae384f3))

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


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.1.0"
version = "1.1.1"
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 c108671

Please sign in to comment.