Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.0](https://www.github.com/googleapis/python-api-gateway/compare/v0.1.0...v0.2.0) (2021-05-28)
4+
5+
6+
### Features
7+
8+
* support self-signed JWT flow for service accounts ([94695fe](https://www.github.com/googleapis/python-api-gateway/commit/94695fe7a57e4d259ac73b505feb9ab17bad1157))
9+
10+
11+
### Bug Fixes
12+
13+
* add async client to %name_%version/init.py ([94695fe](https://www.github.com/googleapis/python-api-gateway/commit/94695fe7a57e4d259ac73b505feb9ab17bad1157))
14+
* **deps:** add packaging requirement ([#21](https://www.github.com/googleapis/python-api-gateway/issues/21)) ([80d7f64](https://www.github.com/googleapis/python-api-gateway/commit/80d7f647bb87eaf4c0d699e8d723a27c4853538e))
15+
* use correct retry deadline ([#3](https://www.github.com/googleapis/python-api-gateway/issues/3)) ([688cde1](https://www.github.com/googleapis/python-api-gateway/commit/688cde1c870dbaf5fa04540f708214d922d90e9c))
16+
317
## 0.1.0 (2021-03-23)
418

519

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 = "0.1.0"
23+
version = "0.2.0"
2424
description = "API Gateway client library"
2525
release_status = "Development Status :: 4 - Beta"
2626
url = "https://github.com/googleapis/python-api-gateway"

0 commit comments

Comments
 (0)