diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d31710..22f22a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ [1]: https://pypi.org/project/google-cloud-trace/#history +## [1.1.0](https://www.github.com/googleapis/python-trace/compare/v1.0.0...v1.1.0) (2020-10-13) + + +### Features + +* bump to GA ([#51](https://www.github.com/googleapis/python-trace/issues/51)) ([1985fef](https://www.github.com/googleapis/python-trace/commit/1985feff307ee117d552e1c13c1ef8b2b86278e0)) + + +### Documentation + +* state >=3.6 requirement in README ([#42](https://www.github.com/googleapis/python-trace/issues/42)) ([c162047](https://www.github.com/googleapis/python-trace/commit/c162047a779478a43561a7e1f1b8687dda5ecc89)) + + +### Dependencies + +* remove unused google-cloud-core dependency ([#50](https://www.github.com/googleapis/python-trace/issues/50)) ([e748cb4](https://www.github.com/googleapis/python-trace/commit/e748cb4d27fdc6c7cdde2d63417f7892820c75dd)) + ## [1.0.0](https://www.github.com/googleapis/python-trace/compare/v0.24.0...v1.0.0) (2020-09-14) diff --git a/setup.py b/setup.py index a1318a0c..f0a8058f 100644 --- a/setup.py +++ b/setup.py @@ -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'