Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

chore(main): release 1.7.2 #271

Merged
merged 1 commit into from Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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'
Expand Down