diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e65181..d4b12ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://www.github.com/googleapis/python-source-context/compare/v1.0.0...v1.1.0) (2021-10-08) + + +### Features + +* add context manager support in client ([#35](https://www.github.com/googleapis/python-source-context/issues/35)) ([e9694fd](https://www.github.com/googleapis/python-source-context/commit/e9694fd650aa24132013f7fd097b344969034b83)) + ## [1.0.0](https://www.github.com/googleapis/python-source-context/compare/v0.1.4...v1.0.0) (2021-10-04) diff --git a/setup.py b/setup.py index 52d2475..8db8e03 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-source-context" description = "Python client for Source Context" -version = "1.0.0" +version = "1.1.0" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-source-context" dependencies = [