diff --git a/sdk/core/azure-common/CHANGELOG.md b/sdk/core/azure-common/CHANGELOG.md index 90ee5a081bb9..e6115b8bee50 100644 --- a/sdk/core/azure-common/CHANGELOG.md +++ b/sdk/core/azure-common/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.1.27 (Unreleased) + + ## 1.1.26 (2020-11-10) - get_client_from_cli_profile now supports azure-applicationinsights 0.1.0 package diff --git a/sdk/core/azure-common/azure/common/_version.py b/sdk/core/azure-common/azure/common/_version.py index 0e11432cff59..bf7c8b8afabf 100644 --- a/sdk/core/azure-common/azure/common/_version.py +++ b/sdk/core/azure-common/azure/common/_version.py @@ -4,4 +4,4 @@ # license information. #-------------------------------------------------------------------------- -VERSION = "1.1.26" +VERSION = "1.1.27"