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.2](https://www.github.com/googleapis/python-policy-troubleshooter/compare/v1.1.1...v1.1.2) (2021-07-29)


### Bug Fixes

* enable self signed jwt for grpc ([#48](https://www.github.com/googleapis/python-policy-troubleshooter/issues/48)) ([7186a42](https://www.github.com/googleapis/python-policy-troubleshooter/commit/7186a42e94fd09b663062a09dd3f7baa8906e497))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#44](https://www.github.com/googleapis/python-policy-troubleshooter/issues/44)) ([a5f4794](https://www.github.com/googleapis/python-policy-troubleshooter/commit/a5f4794092eff9553c847ff65f4e6e1c0d0a5b92))


### Miscellaneous Chores

* release as 1.1.2 ([#49](https://www.github.com/googleapis/python-policy-troubleshooter/issues/49)) ([0247df5](https://www.github.com/googleapis/python-policy-troubleshooter/commit/0247df51703c466a9bcd911696968b8d3533d6bf))

### [1.1.1](https://www.github.com/googleapis/python-policy-troubleshooter/compare/v1.1.0...v1.1.1) (2021-07-21)


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

name = "google-cloud-policy-troubleshooter"
version = "1.1.1"
version = "1.1.2"
description = "IAM Policy Troubleshooter API client library"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-policy-troubleshooter"
Expand Down

0 comments on commit 4d71884

Please sign in to comment.