Skip to content

Commit f7162c0

Browse files
Update generated code (#1754)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent e536cd5 commit f7162c0

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Added `ap-southeast-5` region
8+
59
### Changed
610

711
- Enable compiler optimization for the `sprintf` function.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"extra": {
3131
"branch-alias": {
32-
"dev-master": "1.6-dev"
32+
"dev-master": "1.7-dev"
3333
}
3434
}
3535
}

src/EcrClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ protected function getEndpointMetadata(?string $region): array
7171
case 'ap-southeast-2':
7272
case 'ap-southeast-3':
7373
case 'ap-southeast-4':
74+
case 'ap-southeast-5':
7475
case 'ca-central-1':
7576
case 'ca-west-1':
7677
case 'eu-central-1':

0 commit comments

Comments
 (0)