diff --git a/AliyunOSSSDK/OSSDefine.h b/AliyunOSSSDK/OSSDefine.h index 5d1ca2c..e513543 100644 --- a/AliyunOSSSDK/OSSDefine.h +++ b/AliyunOSSSDK/OSSDefine.h @@ -16,7 +16,7 @@ #elif TARGET_OS_OSX #define OSSUAPrefix @"aliyun-sdk-mac" #endif -#define OSSSDKVersion @"2.10.21" +#define OSSSDKVersion @"2.10.22" #define OSSListBucketResultXMLTOKEN @"ListBucketResult" #define OSSNameXMLTOKEN @"Name" diff --git a/AliyunOSSiOS.podspec b/AliyunOSSiOS.podspec index 048e355..5ec3af0 100644 --- a/AliyunOSSiOS.podspec +++ b/AliyunOSSiOS.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "AliyunOSSiOS" - s.version = "2.10.21" + s.version = "2.10.22" s.summary = "An iOS SDK for Aliyun Object Storage Service" diff --git a/CHANGLOG.txt b/CHANGLOG.txt index 1a24cce..df657c8 100755 --- a/CHANGLOG.txt +++ b/CHANGLOG.txt @@ -15,6 +15,10 @@ pod dependency: pod 'AliyunOSSiOS' Update Logs: +2024/6/28 +- release 2.10.22 +1.Modify the nullability type of the request and result attributes + 2024/4/29 - release 2.10.21 1.Add the configuration of reset retry count when the app switches to the background