Skip to content

Commit 39d83ec

Browse files
committed
change version to 0.2.0
1 parent a51c903 commit 39d83ec

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# ChangeLog - Alibaba Cloud OSS SDK for PHP v2
22

3+
## 版本号:0.2.0 日期:2025-02-27
4+
### 变更内容
5+
- Feature:Add bucket lifecycle api
6+
- Feature:Add bucket bucket transfer acceleration api
7+
- Feature:Add bucket policy api
8+
- Feature:Add bucket logging api
9+
- Feature:Add bucket website api
10+
- Feature:Add bucket referer api
11+
- Feature:Add bucket tags api
12+
- Feature:Add bucket request payment api
13+
- Feature:Add bucket cors api
14+
- Feature:Add bucket cname api
15+
- Feature:Add bucket access monitor api
16+
- Feature:Add bucket meta query api
17+
- Feature:Add bucket encryption api
18+
- Feature:Add bucket archive direct read api
19+
- Feature:Add public access block api for oss resource, bucket resource
20+
- Update:change guzzlehttp/psr7 version to "^2.7"
21+
322
## 版本号:0.1.0 日期:2025-01-03
423
### 变更内容
524
- Feature:Add credentials provider

src/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
*/
1111
final class Version
1212
{
13-
public const VERSION = '0.1.0';
13+
public const VERSION = '0.2.0';
1414
}

0 commit comments

Comments
 (0)