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.1.0 (#61)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [1.1.0](https://www.github.com/googleapis/python-workflows/compare/v1.0.0...v1.1.0) (2021-06-16)


### Features

* support self-signed JWT flow for service accounts ([1165c47](https://www.github.com/googleapis/python-workflows/commit/1165c47754c62c4538e254c59909aaa50190dbde))


### Bug Fixes

* add async client to %name_%version/init.py ([1165c47](https://www.github.com/googleapis/python-workflows/commit/1165c47754c62c4538e254c59909aaa50190dbde))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Jun 16, 2021
1 parent 1165c47 commit e095b07
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://www.github.com/googleapis/python-workflows/compare/v1.0.0...v1.1.0) (2021-06-16)


### Features

* support self-signed JWT flow for service accounts ([1165c47](https://www.github.com/googleapis/python-workflows/commit/1165c47754c62c4538e254c59909aaa50190dbde))


### Bug Fixes

* add async client to %name_%version/init.py ([1165c47](https://www.github.com/googleapis/python-workflows/commit/1165c47754c62c4538e254c59909aaa50190dbde))

## [1.0.0](https://www.github.com/googleapis/python-workflows/compare/v0.3.0...v1.0.0) (2021-06-02)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.0.0"
version = "1.1.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit e095b07

Please sign in to comment.