diff --git a/CHANGELOG.md b/CHANGELOG.md index d489b5d2..ebd7ad9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://www.github.com/googleapis/python-retail/compare/v1.0.2...v1.1.0) (2021-10-07) + + +### Features + +* add context manager support in client ([#101](https://www.github.com/googleapis/python-retail/issues/101)) ([3e68d78](https://www.github.com/googleapis/python-retail/commit/3e68d78e6f0c5d2e65f148935446baa92b5dd8ef)) + ### [1.0.2](https://www.github.com/googleapis/python-retail/compare/v1.0.1...v1.0.2) (2021-09-30) diff --git a/setup.py b/setup.py index b5c5731c..55bd05ae 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.0.2" +version = "1.1.0" package_root = os.path.abspath(os.path.dirname(__file__))