Skip to content

Commit

Permalink
AzureCommunicationCalling 2.2.0 (#1290)
Browse files Browse the repository at this point in the history
Co-authored-by: Xu Mo <[email protected]>
  • Loading branch information
xumo-95 and Xu Mo authored Jun 15, 2022
1 parent 6180324 commit ab151d0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AzureCommunicationCalling",
"version": "2.1.0",
"version": "2.2.0",
"summary": "Azure Communication Calling Service client library for iOS",
"description": "This package contains the Calling client library for Azure Communication\nServices.",
"homepage": "https://github.com/Azure/azure-sdk-for-ios",
Expand All @@ -17,7 +17,7 @@
},
"swift_versions": "5.0",
"source": {
"http": "https://github.com/Azure/Communication/releases/download/v2.1.0/AzureCommunicationCalling-2.1.0.zip"
"http": "https://github.com/Azure/Communication/releases/download/v2.2.0/AzureCommunicationCalling-2.2.0.zip"
},
"source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
"public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "2.1.0";
MARKETING_VERSION = "2.2.0";
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -300,7 +300,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "2.1.0";
MARKETING_VERSION = "2.2.0";
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
9 changes: 9 additions & 0 deletions sdk/communication/AzureCommunicationCalling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release History

## 2.2.0 (2022-06-10)

### Features Added
- ⁠Client options diagnostic information.
- Application will be able to pass custom 'appName', 'appVersion', and additionally set of 'tags' to the SDK that will be sent with telemetry pipeline.

### Bugs fixed
- Fixed crash when an invalid token is provided.

## 2.1.0 (2022-06-03)

### Features Added
Expand Down

0 comments on commit ab151d0

Please sign in to comment.