diff --git a/CHANGELOG.md b/CHANGELOG.md index e1312e0..6cdd457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/googleapis/python-debugger-client/compare/v1.4.1...v1.4.2) (2022-10-03) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#131](https://github.com/googleapis/python-debugger-client/issues/131)) ([dc3dd77](https://github.com/googleapis/python-debugger-client/commit/dc3dd77a7c07ea07c902ea027dcda9581e700c37)) + ## [1.4.1](https://github.com/googleapis/python-debugger-client/compare/v1.4.0...v1.4.1) (2022-08-11) diff --git a/setup.py b/setup.py index ef9b748..c857eca 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-debugger-client" description = "Cloud Debugger API client library" -version = "1.4.1" +version = "1.4.2" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-debugger-client" dependencies = [