Skip to content

Commit 42c0e44

Browse files
committed
docs: update ChangeLog
1 parent ebcda2e commit 42c0e44

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.2.0 - 2024-10-17
4+
5+
- Refactor all credentials providers.
6+
37
## 1.1.3 - 2020-12-24
48

59
- Require guzzle ^6.3|^7.0

README-zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ $config = new Config([
119119
'roleSessionName' => '<role_session_name>',
120120
// 设置更小的权限策略,非必填。示例值:{"Statement": [{"Action": ["*"],"Effect": "Allow","Resource": ["*"]}],"Version":"1"}
121121
'policy' => '',
122-
# 设置session过期时间
122+
// 设置session过期时间,非必填。
123123
'roleSessionExpiration' => 3600,
124124
]);
125125
$client = new Credential($config);

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ $config = new Config([
121121
'roleSessionName' => '<role_session_name>',
122122
// Optional. Specify limited permissions for the RAM role. Example: {"Statement": [{"Action": ["*"],"Effect": "Allow","Resource": ["*"]}],"Version":"1"}.
123123
'policy' => '',
124-
# Specify the expiration of the session
124+
// Optional. Specify the expiration of the session
125125
'roleSessionExpiration' => 3600,
126126
]);
127127
$client = new Credential($config);

0 commit comments

Comments
 (0)