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

Commit

Permalink
chore: release 0.2.0 (#23)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [0.2.0](https://www.github.com/googleapis/python-policy-troubleshooter/compare/v0.1.0...v0.2.0) (2021-05-28)


### Features

* support self-signed JWT flow for service accounts ([ad65aad](https://www.github.com/googleapis/python-policy-troubleshooter/commit/ad65aade357a811bcd41344702d48c497034c9e1))


### Bug Fixes

* add async client to %name_%version/init.py ([ad65aad](https://www.github.com/googleapis/python-policy-troubleshooter/commit/ad65aade357a811bcd41344702d48c497034c9e1))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jun 1, 2021
1 parent e9ecf5e commit eec204c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://www.github.com/googleapis/python-policy-troubleshooter/compare/v0.1.0...v0.2.0) (2021-05-28)


### Features

* support self-signed JWT flow for service accounts ([ad65aad](https://www.github.com/googleapis/python-policy-troubleshooter/commit/ad65aade357a811bcd41344702d48c497034c9e1))


### Bug Fixes

* add async client to %name_%version/init.py ([ad65aad](https://www.github.com/googleapis/python-policy-troubleshooter/commit/ad65aade357a811bcd41344702d48c497034c9e1))

## 0.1.0 (2021-03-24)


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 = "0.1.0"
version = "0.2.0"
description = "IAM Policy Troubleshooter API client library"
release_status = "Development Status :: 4 - Beta"
url = "https://github.com/googleapis/python-policy-troubleshooter"
Expand Down

0 comments on commit eec204c

Please sign in to comment.