We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f14be3 commit 8ea2d6dCopy full SHA for 8ea2d6d
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Added
6
+
7
+- AWS api-change: Added `ap-southeast-4` region
8
9
## 1.1.0
10
11
### Added
composer.json
@@ -26,7 +26,7 @@
26
},
27
"extra": {
28
"branch-alias": {
29
- "dev-master": "1.1-dev"
+ "dev-master": "1.2-dev"
30
}
31
32
src/SsoClient.php
@@ -69,6 +69,7 @@ protected function getEndpointMetadata(?string $region): array
69
case 'ap-southeast-1':
70
case 'ap-southeast-2':
71
case 'ap-southeast-3':
72
+ case 'ap-southeast-4':
73
case 'ca-central-1':
74
case 'eu-central-1':
75
case 'eu-central-2':
0 commit comments