Skip to content

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/google-cloud-service-control/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
### [1.0.2](https://www.github.com/googleapis/python-service-control/compare/v1.0.1...v1.0.2) (2021-07-28)
4+
5+
6+
### Bug Fixes
7+
8+
* enable self signed jwt for grpc ([#52](https://www.github.com/googleapis/python-service-control/issues/52)) ([2941b84](https://www.github.com/googleapis/python-service-control/commit/2941b84c3a50ada15605679adeb38d250b3310a3))
9+
10+
11+
### Documentation
12+
13+
* add Samples section to CONTRIBUTING.rst ([#48](https://www.github.com/googleapis/python-service-control/issues/48)) ([1bbd444](https://www.github.com/googleapis/python-service-control/commit/1bbd4440166cfa72a647a0dccd15e91222b4051a))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* release as 1.0.2 ([#53](https://www.github.com/googleapis/python-service-control/issues/53)) ([0dd6658](https://www.github.com/googleapis/python-service-control/commit/0dd6658d4b526f0559acd2fc08af9f6549b62023))
19+
320
### [1.0.1](https://www.github.com/googleapis/python-service-control/compare/v1.0.0...v1.0.1) (2021-07-21)
421

522

packages/google-cloud-service-control/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import setuptools # type: ignore
2121

2222
name = "google-cloud-service-control"
23-
version = "1.0.1"
23+
version = "1.0.2"
2424
description = "Service Control API client library"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
url = "https://github.com/googleapis/python-service-control"

0 commit comments

Comments
 (0)