diff --git a/sdk/communication/communication-network-traversal/CHANGELOG.md b/sdk/communication/communication-network-traversal/CHANGELOG.md index d64fa6df56bd..826cea4c7e25 100644 --- a/sdk/communication/communication-network-traversal/CHANGELOG.md +++ b/sdk/communication/communication-network-traversal/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0 (2022-02-04) +## 1.0.0 (2022-02-04) (Deprecated) ### Other Changes diff --git a/sdk/communication/communication-network-traversal/src/constants.ts b/sdk/communication/communication-network-traversal/src/constants.ts index 47dc16dd0f7c..74649cd0dec9 100644 --- a/sdk/communication/communication-network-traversal/src/constants.ts +++ b/sdk/communication/communication-network-traversal/src/constants.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const SDK_VERSION: string = "1.0.0-beta.1"; +export const SDK_VERSION: string = "1.0.0";