Skip to content

Commit 998d13f

Browse files
chore(main): release 1.7.0 (#243)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent d8370db commit 998d13f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/google-cloud-trace/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
[1]: https://pypi.org/project/google-cloud-trace/#history
66

7+
## [1.7.0](https://github.com/googleapis/python-trace/compare/v1.6.2...v1.7.0) (2022-07-16)
8+
9+
10+
### Features
11+
12+
* add audience parameter ([9fbef80](https://github.com/googleapis/python-trace/commit/9fbef80b978ae5a2dba2fa08e0a92dd18c3267ca))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#244](https://github.com/googleapis/python-trace/issues/244)) ([aa3229c](https://github.com/googleapis/python-trace/commit/aa3229c8866bf68a7069ec19f01e049836ff0b05))
18+
* require python 3.7+ ([#242](https://github.com/googleapis/python-trace/issues/242)) ([c24ff5e](https://github.com/googleapis/python-trace/commit/c24ff5ee0511172b48f3df0755a8bde4a981f92f))
19+
720
## [1.6.2](https://github.com/googleapis/python-trace/compare/v1.6.1...v1.6.2) (2022-06-06)
821

922

packages/google-cloud-trace/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-trace"
2424
description = "Cloud Trace API client library"
25-
version = "1.6.2"
25+
version = "1.7.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)