diff --git a/sdk/core/azure-core-tracing-opencensus/CHANGELOG.md b/sdk/core/azure-core-tracing-opencensus/CHANGELOG.md index 427ab7418460..d0bb26e168f9 100644 --- a/sdk/core/azure-core-tracing-opencensus/CHANGELOG.md +++ b/sdk/core/azure-core-tracing-opencensus/CHANGELOG.md @@ -1,6 +1,16 @@ - # Release History +## 1.0.0b9 (Unreleased) + +### Features Added + +### Breaking Changes + +### Key Bugs Fixed + +### Fixed + + ## 1.0.0b8 (2021-07-01) - Fix for supporting `kind` keyword while instantiating the span. @@ -13,7 +23,7 @@ - `link` and `link_from_headers` now accept attributes. -## 1.0.0b5 (2019-01-14) +## 1.0.0b5 (2020-01-14) ### Bugfix diff --git a/sdk/core/azure-core-tracing-opencensus/azure/core/tracing/ext/opencensus_span/_version.py b/sdk/core/azure-core-tracing-opencensus/azure/core/tracing/ext/opencensus_span/_version.py index adc5abe3eb1b..58c84344f540 100644 --- a/sdk/core/azure-core-tracing-opencensus/azure/core/tracing/ext/opencensus_span/_version.py +++ b/sdk/core/azure-core-tracing-opencensus/azure/core/tracing/ext/opencensus_span/_version.py @@ -3,4 +3,4 @@ # Licensed under the MIT License. # ------------------------------------ -VERSION = "1.0.0b8" +VERSION = "1.0.0b9"