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

chore: release 1.1.0 #52

Merged
merged 2 commits into from
Oct 13, 2020
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

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

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


### Features

* bump to GA ([#51](https://github.com/googleapis/python-trace/issues/51)) ([1985fef](https://github.com/googleapis/python-trace/commit/1985feff307ee117d552e1c13c1ef8b2b86278e0))


### Documentation

* state >=3.6 requirement in README ([#42](https://github.com/googleapis/python-trace/issues/42)) ([c162047](https://github.com/googleapis/python-trace/commit/c162047a779478a43561a7e1f1b8687dda5ecc89))


### Dependencies

* remove unused google-cloud-core dependency ([#50](https://github.com/googleapis/python-trace/issues/50)) ([e748cb4](https://github.com/googleapis/python-trace/commit/e748cb4d27fdc6c7cdde2d63417f7892820c75dd))

## [1.0.0](https://github.com/googleapis/python-trace/compare/v0.24.0...v1.0.0) (2020-09-14)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-trace"
description = "Cloud Trace API client library"
version = "1.0.0"
version = "1.1.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down