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

Commit

Permalink
chore: release 1.2.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 1, 2021
1 parent 8319247 commit 9c25d5d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,22 @@

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

## [1.2.0](https://www.github.com/googleapis/python-trace/compare/v1.1.0...v1.2.0) (2021-05-27)


### Features

* add `from_service_account_info` ([e097a64](https://www.github.com/googleapis/python-trace/commit/e097a643c9584a50ae91b823f8dbd8df705001f6))
* add common resource path helpers ([#70](https://www.github.com/googleapis/python-trace/issues/70)) ([e097a64](https://www.github.com/googleapis/python-trace/commit/e097a643c9584a50ae91b823f8dbd8df705001f6))
* support self-signed JWT flow for service accounts ([1055668](https://www.github.com/googleapis/python-trace/commit/105566818fe8f8930a8393ebfc827ef151b695df))


### Bug Fixes

* add async client ([1055668](https://www.github.com/googleapis/python-trace/commit/105566818fe8f8930a8393ebfc827ef151b695df))
* **deps:** add packaging requirement ([#84](https://www.github.com/googleapis/python-trace/issues/84)) ([792599f](https://www.github.com/googleapis/python-trace/commit/792599fc0e21f3e0d71acdaf9f0d4d6e3afabc5f))
* use correct retry deadlines ([e097a64](https://www.github.com/googleapis/python-trace/commit/e097a643c9584a50ae91b823f8dbd8df705001f6))

## [1.1.0](https://www.github.com/googleapis/python-trace/compare/v1.0.0...v1.1.0) (2020-10-13)


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.1.0"
version = "1.2.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 9c25d5d

Please sign in to comment.