diff --git a/sdk/batchai/azure-mgmt-batchai/CHANGELOG.md b/sdk/batchai/azure-mgmt-batchai/CHANGELOG.md index 7548b30b375f..f54ef459d784 100644 --- a/sdk/batchai/azure-mgmt-batchai/CHANGELOG.md +++ b/sdk/batchai/azure-mgmt-batchai/CHANGELOG.md @@ -29,6 +29,7 @@ This version uses a next-generation code generator that introduces important bre - Type annotations support using `typing`. SDKs are mypy ready. - This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client. - This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core-tracing-opentelemetry) for an overview. + ## 2.0.0 (2018-06-07) **Breaking changes** diff --git a/sdk/batchai/azure-mgmt-batchai/azure/mgmt/batchai/_version.py b/sdk/batchai/azure-mgmt-batchai/azure/mgmt/batchai/_version.py index efe7276fe05f..f01a602b0d64 100644 --- a/sdk/batchai/azure-mgmt-batchai/azure/mgmt/batchai/_version.py +++ b/sdk/batchai/azure-mgmt-batchai/azure/mgmt/batchai/_version.py @@ -7,3 +7,5 @@ # -------------------------------------------------------------------------- VERSION = "7.0.0b1" + +