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.2.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 1, 2021
1 parent d875bbd commit 6f2163e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* bump release level to production/stable ([#25](https://www.github.com/googleapis/python-service-control/issues/25)) ([ce65557](https://www.github.com/googleapis/python-service-control/commit/ce655570ca4a8bafc93d55401b3e4ae47a747afb))
* support self-signed JWT flow for service accounts ([0630fa0](https://www.github.com/googleapis/python-service-control/commit/0630fa0538a633297cae935bd094443d7eeb8d45))


### Bug Fixes

* add async client to %name_%version/init.py ([0630fa0](https://www.github.com/googleapis/python-service-control/commit/0630fa0538a633297cae935bd094443d7eeb8d45))

## 0.1.0 (2021-04-03)


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.1.0"
version = "0.2.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 6f2163e

Please sign in to comment.