Skip to content

Commit

Permalink
[JS] Communication Identity | Granular Token feature GA release updat…
Browse files Browse the repository at this point in the history
…es (Azure#27946)
  • Loading branch information
mjafferi-msft authored Nov 30, 2023
1 parent 9a0d1f7 commit 15a1e28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions sdk/communication/communication-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.3.0 (Unreleased)
## 1.3.0 (2023-11-30)

### Features Added

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

### Breaking Changes

### Bugs Fixed

### Other Changes

- Updated to `@azure/communication-common` 2.2.0.
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-identity/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "1.2.1";
export const SDK_VERSION: string = "1.3.0";

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/communication/communication-identity/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
package-name: "@azure/communication-identity"
override-client-name: IdentityRestClient
description: Communication identity client
package-version: 1.2.1
package-version: 1.3.0
license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../src/generated
tag: package-2023-10
Expand Down

0 comments on commit 15a1e28

Please sign in to comment.