diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d384cb..40cd973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://www.github.com/googleapis/python-workflows/compare/v1.2.3...v1.3.0) (2021-10-08) + + +### Features + +* add context manager support in client ([#102](https://www.github.com/googleapis/python-workflows/issues/102)) ([090c723](https://www.github.com/googleapis/python-workflows/commit/090c723e249c62fa29a519fd1aebdf205d12b03e)) + ### [1.2.3](https://www.github.com/googleapis/python-workflows/compare/v1.2.2...v1.2.3) (2021-09-30) diff --git a/setup.py b/setup.py index 5515a47..69f4a52 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.2.3" +version = "1.3.0" package_root = os.path.abspath(os.path.dirname(__file__))