From c92ad2c6d1c74bb6d59d53aa1e5de71b3e98910b Mon Sep 17 00:00:00 2001 From: AriZavala2 <77034370+AriZavala2@users.noreply.github.com> Date: Fri, 25 Feb 2022 10:44:11 -0800 Subject: [PATCH] Mark 1.0.0 version of NetworkTraversal as deprecated (#20509) * Deprecate 1.0.0 version * Update version to latest --- sdk/communication/communication-network-traversal/CHANGELOG.md | 2 +- .../communication-network-traversal/src/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";