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 4a7e539 commit 0b394a6Copy full SHA for 0b394a6
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
8
+## [Unreleased]
9
+
10
+- Add sa-east-1
11
12
## [0.3.6] - 2023-12-11
13
14
- fallback if request data cannot be parsed
multiRegion.js
@@ -12,7 +12,8 @@ export const config = {
"ap-southeast-2",
"ap-northeast-1",
"ca-central-1",
15
- "eu-north-1"
+ "eu-north-1",
16
+ "sa-east-1"
17
],
18
"output": "md"
19
}
0 commit comments