Skip to content

Commit cbd197b

Browse files
xumo-95Xu Mo
andauthored
Azure Communication Calling 2.9.0-beta.1 (#1707)
Co-authored-by: Xu Mo <xumo1@microsoft.com>
1 parent 8762528 commit cbd197b

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AzureCommunicationCalling",
3-
"version": "2.8.0",
3+
"version": "2.9.0-beta.1",
44
"summary": "Azure Communication Calling Service client library for iOS",
55
"description": "This package contains the Calling client library for Azure Communication\nServices.",
66
"homepage": "https://github.com/Azure/azure-sdk-for-ios",
@@ -17,7 +17,7 @@
1717
},
1818
"swift_versions": "5.0",
1919
"source": {
20-
"http": "https://github.com/Azure/Communication/releases/download/v2.8.0/AzureCommunicationCalling-2.8.0.zip"
20+
"http": "https://github.com/Azure/Communication/releases/download/v2.9.0-beta.1/AzureCommunicationCalling-2.9.0-beta.1.zip"
2121
},
2222
"source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
2323
"public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",

sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"@executable_path/Frameworks",
276276
"@loader_path/Frameworks",
277277
);
278-
MARKETING_VERSION = "2.8.0";
278+
MARKETING_VERSION = "2.9.0-beta.1";
279279
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
280280
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
281281
SKIP_INSTALL = YES;
@@ -300,7 +300,7 @@
300300
"@executable_path/Frameworks",
301301
"@loader_path/Frameworks",
302302
);
303-
MARKETING_VERSION = "2.8.0";
303+
MARKETING_VERSION = "2.9.0-beta.1";
304304
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
305305
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
306306
SKIP_INSTALL = YES;

sdk/communication/AzureCommunicationCalling/CHANGELOG.md

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

3+
## 2.9.0-beta.1 (2024-02-22)
4+
5+
### Features Added
6+
* Updated Media Statistics feature.
7+
38
## 2.8.0 (2024-01-23)
49

510
### Features Added

0 commit comments

Comments
 (0)