diff --git a/CHANGELOG.md b/CHANGELOG.md index adc4bc1..d719094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/setup.py b/setup.py index 4a8c576..66a69a7 100644 --- a/setup.py +++ b/setup.py @@ -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__))