Skip to content

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/google-cloud-api-gateway/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.3](https://www.github.com/googleapis/python-api-gateway/compare/v1.0.2...v1.0.3) (2021-07-27)
4+
5+
6+
### Bug Fixes
7+
8+
* enable self signed jwt for grpc ([#52](https://www.github.com/googleapis/python-api-gateway/issues/52)) ([55a8883](https://www.github.com/googleapis/python-api-gateway/commit/55a888387c10ef20044a6a8e38e7667898d12219))
9+
10+
11+
### Documentation
12+
13+
* add Samples section to CONTRIBUTING.rst ([#48](https://www.github.com/googleapis/python-api-gateway/issues/48)) ([4e791d2](https://www.github.com/googleapis/python-api-gateway/commit/4e791d28ed4d798a93e5e622254f8ceec5bb7fdb))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* release as 1.0.3 ([#53](https://www.github.com/googleapis/python-api-gateway/issues/53)) ([aa6e493](https://www.github.com/googleapis/python-api-gateway/commit/aa6e49383d2df7b88282ee9fe032e802758a564f))
19+
320
### [1.0.2](https://www.github.com/googleapis/python-api-gateway/compare/v1.0.1...v1.0.2) (2021-07-21)
421

522

packages/google-cloud-api-gateway/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-api-gateway"
23-
version = "1.0.2"
23+
version = "1.0.3"
2424
description = "API Gateway client library"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
url = "https://github.com/googleapis/python-api-gateway"

0 commit comments

Comments
 (0)