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

Commit

Permalink
chore: release 0.3.0 (#22)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [0.3.0](https://www.github.com/googleapis/python-assured-workloads/compare/v0.2.1...v0.3.0) (2021-05-28)


### Features

* Add 'resource_settings' field to provide custom properties (ids) for the provisioned projects ([6ff8af6](https://www.github.com/googleapis/python-assured-workloads/commit/6ff8af6abc18d74d624e71b547f921b444435310))
* add HIPAA and HITRUST compliance regimes ([#13](https://www.github.com/googleapis/python-assured-workloads/issues/13)) ([6ff8af6](https://www.github.com/googleapis/python-assured-workloads/commit/6ff8af6abc18d74d624e71b547f921b444435310))
* support self-signed JWT flow for service accounts ([a28c728](https://www.github.com/googleapis/python-assured-workloads/commit/a28c728c4f8f50a3e5300d1cbfa7ed7262db1f9c))


### Bug Fixes

* add async client to %name_%version/init.py ([a28c728](https://www.github.com/googleapis/python-assured-workloads/commit/a28c728c4f8f50a3e5300d1cbfa7ed7262db1f9c))
* **deps:** add packaging requirement ([#37](https://www.github.com/googleapis/python-assured-workloads/issues/37)) ([ae6197c](https://www.github.com/googleapis/python-assured-workloads/commit/ae6197cb4761e2c7d1cab80721d7f3b0c16375f1))
* fix retry deadlines ([6ff8af6](https://www.github.com/googleapis/python-assured-workloads/commit/6ff8af6abc18d74d624e71b547f921b444435310))
---


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 May 31, 2021
1 parent decc17e commit cd4365b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

## [0.3.0](https://www.github.com/googleapis/python-assured-workloads/compare/v0.2.1...v0.3.0) (2021-05-28)


### Features

* Add 'resource_settings' field to provide custom properties (ids) for the provisioned projects ([6ff8af6](https://www.github.com/googleapis/python-assured-workloads/commit/6ff8af6abc18d74d624e71b547f921b444435310))
* add HIPAA and HITRUST compliance regimes ([#13](https://www.github.com/googleapis/python-assured-workloads/issues/13)) ([6ff8af6](https://www.github.com/googleapis/python-assured-workloads/commit/6ff8af6abc18d74d624e71b547f921b444435310))
* support self-signed JWT flow for service accounts ([a28c728](https://www.github.com/googleapis/python-assured-workloads/commit/a28c728c4f8f50a3e5300d1cbfa7ed7262db1f9c))


### Bug Fixes

* add async client to %name_%version/init.py ([a28c728](https://www.github.com/googleapis/python-assured-workloads/commit/a28c728c4f8f50a3e5300d1cbfa7ed7262db1f9c))
* **deps:** add packaging requirement ([#37](https://www.github.com/googleapis/python-assured-workloads/issues/37)) ([ae6197c](https://www.github.com/googleapis/python-assured-workloads/commit/ae6197cb4761e2c7d1cab80721d7f3b0c16375f1))
* fix retry deadlines ([6ff8af6](https://www.github.com/googleapis/python-assured-workloads/commit/6ff8af6abc18d74d624e71b547f921b444435310))

### [0.2.1](https://www.github.com/googleapis/python-assured-workloads/compare/v0.2.0...v0.2.1) (2021-02-11)


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

version = "0.2.1"
version = "0.3.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit cd4365b

Please sign in to comment.