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

Commit

Permalink
chore: release 1.0.1 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 12, 2021
1 parent b2869e6 commit 1fed996
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

### [1.0.1](https://www.github.com/googleapis/python-api-gateway/compare/v1.0.0...v1.0.1) (2021-06-30)


### Bug Fixes

* disable always_use_jwt_access ([b2869e6](https://www.github.com/googleapis/python-api-gateway/commit/b2869e6fc540d65af1bdcf4329f8c888ab61de9a))
* disable always_use_jwt_access ([#41](https://www.github.com/googleapis/python-api-gateway/issues/41)) ([b2869e6](https://www.github.com/googleapis/python-api-gateway/commit/b2869e6fc540d65af1bdcf4329f8c888ab61de9a))

## [1.0.0](https://www.github.com/googleapis/python-api-gateway/compare/v0.2.0...v1.0.0) (2021-06-24)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
import setuptools # type: ignore

name = "google-cloud-api-gateway"
version = "1.0.0"
version = "1.0.1"
description = "API Gateway client library"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-api-gateway"
Expand Down

0 comments on commit 1fed996

Please sign in to comment.