Skip to content

Commit

Permalink
chore: release 0.3.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 19, 2021
1 parent 5d4db63 commit c85eb06
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-resource-settings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.3.0](https://www.github.com/googleapis/python-resource-settings/compare/v0.2.0...v0.3.0) (2021-07-16)


### Features

* Set retry and timeout values for Cloud ResourceSettings v1 API ([#15](https://www.github.com/googleapis/python-resource-settings/issues/15)) ([0d127ea](https://www.github.com/googleapis/python-resource-settings/commit/0d127ea2ff9288c3dc2e335d6c2dc4398842ca2d))


### Bug Fixes

* disable always_use_jwt_access ([3a2782a](https://www.github.com/googleapis/python-resource-settings/commit/3a2782aad33ab253197c4a54d04d4beae8c48c75))
* disable always_use_jwt_access ([#11](https://www.github.com/googleapis/python-resource-settings/issues/11)) ([3a2782a](https://www.github.com/googleapis/python-resource-settings/commit/3a2782aad33ab253197c4a54d04d4beae8c48c75))

## [0.2.0](https://www.github.com/googleapis/python-resource-settings/compare/v0.1.0...v0.2.0) (2021-06-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-resource-settings/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.2.0"
version = "0.3.0"
description = "Resource Settings API client library"
package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit c85eb06

Please sign in to comment.