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

Commit

Permalink
chore: release 0.3.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 12, 2021
1 parent 77350ec commit 14d4af5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

## [0.3.0](https://www.github.com/googleapis/python-service-control/compare/v0.2.0...v0.3.0) (2021-07-01)


### Features

* add always_use_jwt_access ([#36](https://www.github.com/googleapis/python-service-control/issues/36)) ([7c6c08f](https://www.github.com/googleapis/python-service-control/commit/7c6c08ff833f17cb3adbfd576b7c1107fde3c852))
* Added the gRPC service config for the Service Controller v1 API ([#38](https://www.github.com/googleapis/python-service-control/issues/38)) ([b95a767](https://www.github.com/googleapis/python-service-control/commit/b95a7673dd59b2b84cd8d203ea3c05fc08d8b59e))


### Bug Fixes

* disable always_use_jwt_access ([#41](https://www.github.com/googleapis/python-service-control/issues/41)) ([77350ec](https://www.github.com/googleapis/python-service-control/commit/77350ec06c0385384cbb1a8c99164a270bc58c95))


### Documentation

* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-service-control/issues/1127)) ([#31](https://www.github.com/googleapis/python-service-control/issues/31)) ([57502d9](https://www.github.com/googleapis/python-service-control/commit/57502d9d8b0cf68df2ab0f99b8bb4dcaeef7ae1f)), closes [#1126](https://www.github.com/googleapis/python-service-control/issues/1126)

## [0.2.0](https://www.github.com/googleapis/python-service-control/compare/v0.1.0...v0.2.0) (2021-05-27)


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

name = "google-cloud-service-control"
version = "0.2.0"
version = "0.3.0"
description = "Service Control API client library"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-service-control"
Expand Down

0 comments on commit 14d4af5

Please sign in to comment.