diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e55016..a1f9d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +## 2.2.0 (2021/09/25) + +- Support 'role_name' parameter that expresses the name of role at login, on base account (thanks to @AKoetsier) + ## 2.1.1 (2021/05/22) - Fix switching region broken by a strict change in the CSP of AWS Console diff --git a/manifest.json b/manifest.json index 9663e11..44f66cd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,5 @@ { + "version": "2.2.0", "name": "AWS Extend Switch Roles", "description": "Extend your AWS IAM switching roles. You can set the configuration like aws config format", "short_name": "Extend SwitchRole", diff --git a/manifest_chrome.json b/manifest_chrome.json index b744b53..355efd8 100644 --- a/manifest_chrome.json +++ b/manifest_chrome.json @@ -1,5 +1,4 @@ { - "version": "2.1.1", "minimum_chrome_version": "80", "background": { "scripts": [ diff --git a/manifest_firefox.json b/manifest_firefox.json index 010da3d..b5407df 100644 --- a/manifest_firefox.json +++ b/manifest_firefox.json @@ -1,5 +1,4 @@ { - "version": "2.1.1", "applications": { "gecko": { "id": "aws-extend-switch-roles@toshi.tilfin.com", diff --git a/package.json b/package.json index 0f3eef4..e5844f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-extend-switch-roles", - "version": "2.1.1", + "version": "2.2.0", "description": "Extend your AWS IAM switching roles by Chrome extension", "main": "index.js", "directories": { diff --git a/updated.html b/updated.html index d16d595..0d9a277 100644 --- a/updated.html +++ b/updated.html @@ -28,9 +28,14 @@

AWS Extend Switch Roles - Update Notice

-

New version 2.1.1

+

New version 2.2.0

+

2.2.0

+ +

2.1.1