diff --git a/CHANGELOG.md b/CHANGELOG.md index 285af64..c9897a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://www.github.com/googleapis/python-apigee-connect/compare/v1.0.2...v1.1.0) (2021-10-08) + + +### Features + +* add context manager support in client ([#54](https://www.github.com/googleapis/python-apigee-connect/issues/54)) ([0dc1edd](https://www.github.com/googleapis/python-apigee-connect/commit/0dc1eddc5fae79b2516789587eb097190c8f1420)) + ### [1.0.2](https://www.github.com/googleapis/python-apigee-connect/compare/v1.0.1...v1.0.2) (2021-09-30) diff --git a/setup.py b/setup.py index 700b1c2..1a66cb1 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-apigee-connect" description = "Apigee Connect API client library" -version = "1.0.2" +version = "1.1.0" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-apigee-connect" dependencies = [