Skip to content

Commit 15a1e28

Browse files
[JS] Communication Identity | Granular Token feature GA release updates (Azure#27946)
1 parent 9a0d1f7 commit 15a1e28

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

sdk/communication/communication-identity/CHANGELOG.md

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

3-
## 1.3.0 (Unreleased)
3+
## 1.3.0 (2023-11-30)
44

55
### Features Added
66

@@ -10,10 +10,6 @@
1010
- `voip.join` (Access to Calling APIs but without the authorization to start new calls)
1111
- Added a new API version `2023_10_01` that is now the default API version.
1212

13-
### Breaking Changes
14-
15-
### Bugs Fixed
16-
1713
### Other Changes
1814

1915
- Updated to `@azure/communication-common` 2.2.0.
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.2.1";
4+
export const SDK_VERSION: string = "1.3.0";

sdk/communication/communication-identity/src/generated/src/identityRestClient.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-identity/src/generated/src/tracing.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-identity/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
package-name: "@azure/communication-identity"
99
override-client-name: IdentityRestClient
1010
description: Communication identity client
11-
package-version: 1.2.1
11+
package-version: 1.3.0
1212
license-header: MICROSOFT_MIT_NO_VERSION
1313
output-folder: ../src/generated
1414
tag: package-2023-10

0 commit comments

Comments
 (0)