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

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

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

7+
### [1.3.2](https://www.github.com/googleapis/python-trace/compare/v1.3.1...v1.3.2) (2021-07-28)
8+
9+
10+
### Bug Fixes
11+
12+
* enable self signed jwt for grpc ([#113](https://www.github.com/googleapis/python-trace/issues/113)) ([99eba56](https://www.github.com/googleapis/python-trace/commit/99eba56da96bf968036e1eb3af0e9fee056db0ca))
13+
14+
15+
### Documentation
16+
17+
* add Samples section to CONTRIBUTING.rst ([#109](https://www.github.com/googleapis/python-trace/issues/109)) ([6aa9d7a](https://www.github.com/googleapis/python-trace/commit/6aa9d7a80e88be1210a60cd802ba682ae20839cc))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* release as 1.3.2 ([#114](https://www.github.com/googleapis/python-trace/issues/114)) ([57d63cd](https://www.github.com/googleapis/python-trace/commit/57d63cdb6b6e2eae77d4bda07749546c1ab65611))
23+
724
### [1.3.1](https://www.github.com/googleapis/python-trace/compare/v1.3.0...v1.3.1) (2021-07-20)
825

926

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.3.1"
25+
version = "1.3.2"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)