diff --git a/CHANGELOG.md b/CHANGELOG.md index 13341804..a62e7ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-trace/#history +## [1.7.2](https://github.com/googleapis/python-trace/compare/v1.7.1...v1.7.2) (2022-09-29) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#270](https://github.com/googleapis/python-trace/issues/270)) ([734a8e0](https://github.com/googleapis/python-trace/commit/734a8e003db67fe671ca6bec6e7e5f9d55f97b63)) + ## [1.7.1](https://github.com/googleapis/python-trace/compare/v1.7.0...v1.7.1) (2022-08-11) diff --git a/setup.py b/setup.py index f845c408..155ebeb5 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-trace" description = "Cloud Trace API client library" -version = "1.7.1" +version = "1.7.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'