Skip to content
This repository has been archived by the owner on Sep 5, 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

[1]: https://pypi.org/project/google-cloud-resource-manager/#history

### [1.0.2](https://www.github.com/googleapis/python-resource-manager/compare/v1.0.1...v1.0.2) (2021-07-27)


### Bug Fixes

* enable self signed jwt for grpc ([#92](https://www.github.com/googleapis/python-resource-manager/issues/92)) ([9df35b3](https://www.github.com/googleapis/python-resource-manager/commit/9df35b32a75fe4c6c5e427b42d49222303f8ee5f))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#85](https://www.github.com/googleapis/python-resource-manager/issues/85)) ([d0f63b8](https://www.github.com/googleapis/python-resource-manager/commit/d0f63b8201cbd19938cb021e9457c421b19e9c78))


### Miscellaneous Chores

* release as 1.0.2 ([#93](https://www.github.com/googleapis/python-resource-manager/issues/93)) ([4135c6c](https://www.github.com/googleapis/python-resource-manager/commit/4135c6c7a97c4bf6edab632509618330c00230d6))

### [1.0.1](https://www.github.com/googleapis/python-resource-manager/compare/v1.0.0...v1.0.1) (2021-07-20)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Package metadata.
name = "google-cloud-resource-manager"
description = "Google Cloud Resource Manager API client library"
version = "1.0.1"
version = "1.0.2"
release_status = "Development Status :: 4 - Beta"
url = "https://github.com/googleapis/python-resource-manager"
dependencies = [
Expand Down

0 comments on commit f82119a

Please sign in to comment.