Skip to content

Commit c92ad2c

Browse files
authored
Mark 1.0.0 version of NetworkTraversal as deprecated (Azure#20509)
* Deprecate 1.0.0 version * Update version to latest
1 parent ece97a6 commit c92ad2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/communication/communication-network-traversal/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0 (2022-02-04)
3+
## 1.0.0 (2022-02-04) (Deprecated)
44

55
### Other Changes
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.0.0-beta.1";
4+
export const SDK_VERSION: string = "1.0.0";

0 commit comments

Comments
 (0)