diff --git a/CHANGELOG.md b/CHANGELOG.md index b9800c3..bc5679c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.7](https://github.com/googleapis/python-source-context/compare/v1.2.6...v1.2.7) (2022-09-29) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#116](https://github.com/googleapis/python-source-context/issues/116)) ([668bf44](https://github.com/googleapis/python-source-context/commit/668bf44578457929c4e127e02e04d5cee7c44230)) + ## [1.2.6](https://github.com/googleapis/python-source-context/compare/v1.2.5...v1.2.6) (2022-08-11) diff --git a/setup.py b/setup.py index 3dbe0e3..ef9ebf2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-source-context" description = "Python client for Source Context" -version = "1.2.6" +version = "1.2.7" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-source-context" dependencies = [