Skip to content

Commit 20838c4

Browse files
committed
change version to 0.2.1
1 parent 990195e commit 20838c4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog - Alibaba Cloud OSS SDK for PHP v2
22

3+
## 版本号:0.2.1 日期:2025-03-18
4+
### 变更内容
5+
- Fix:add a default content-type if possible.
6+
- Fix:use end() to get last error
7+
- Fix:compatibility with php 8.0
8+
39
## 版本号:0.2.0 日期:2025-02-27
410
### 变更内容
511
- Feature:Add bucket lifecycle api

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.2.0';
13+
public const VERSION = '0.2.1';
1414
}

0 commit comments

Comments
 (0)