Skip to content

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/google-cloud-resource-manager/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44

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

7+
### [1.0.2](https://www.github.com/googleapis/python-resource-manager/compare/v1.0.1...v1.0.2) (2021-07-27)
8+
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
14+
15+
### Documentation
16+
17+
* 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))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* 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))
23+
724
### [1.0.1](https://www.github.com/googleapis/python-resource-manager/compare/v1.0.0...v1.0.1) (2021-07-20)
825

926

packages/google-cloud-resource-manager/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Package metadata.
2222
name = "google-cloud-resource-manager"
2323
description = "Google Cloud Resource Manager API client library"
24-
version = "1.0.1"
24+
version = "1.0.2"
2525
release_status = "Development Status :: 4 - Beta"
2626
url = "https://github.com/googleapis/python-resource-manager"
2727
dependencies = [

0 commit comments

Comments
 (0)