Skip to content

Commit d3af402

Browse files
committed
change version to 0.3.2
1 parent c206349 commit d3af402

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# ChangeLog - Alibaba Cloud OSS SDK for PHP v2
2+
## 版本号:0.3.2 日期:2025-11-07
3+
### 变更内容
4+
- Update: ListBuckets api supports more parameters
5+
- Update: Routing rule supports more parameters
6+
- Update: Bucket logging supports more parameters
7+
- Update: Bucket https configuration supports more parameters
8+
- Update: Normalize parameter naming
9+
- Fix:Rename bucket request payment class name
10+
211
## 版本号:0.3.1 日期:2025-06-13
312
### 变更内容
413
- Update:Meta query api supports more search condition settings

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
*/
1111
final class Version
1212
{
13-
public const VERSION = '0.3.1';
13+
public const VERSION = '0.3.2';
1414
}

0 commit comments

Comments
 (0)