Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/google-cloud-resource-settings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

### [0.3.2](https://github.com/googleapis/python-resource-settings/compare/v0.3.1...v0.3.2) (2021-07-29)


### Bug Fixes

* enable self signed jwt for grpc ([#23](https://github.com/googleapis/python-resource-settings/issues/23)) ([1d2ebf9](https://github.com/googleapis/python-resource-settings/commit/1d2ebf9dd19a748abc6b60944d5a4b58c22bb33e))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#19](https://github.com/googleapis/python-resource-settings/issues/19)) ([a61c2b5](https://github.com/googleapis/python-resource-settings/commit/a61c2b54ccdf282dcdb227805c1da8b9b46e885c))


### Miscellaneous Chores

* release as 0.3.2 ([#24](https://github.com/googleapis/python-resource-settings/issues/24)) ([c0252c4](https://github.com/googleapis/python-resource-settings/commit/c0252c43471cf6d5c7abe62fced88121cda28c1b))

### [0.3.1](https://github.com/googleapis/python-resource-settings/compare/v0.3.0...v0.3.1) (2021-07-21)


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.3.1"
version = "0.3.2"
description = "Resource Settings API client library"
package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 2df033d

Please sign in to comment.