diff --git a/CHANGELOG.md b/CHANGELOG.md index 30bc11a..9005285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +## 4.0.2 (2023/11/07) + +- Implement fallback for displaying the role list in Firefox private browsing mode +- Fix parsing of 'role_arn' when the role name contains slashes + ## 4.0.1 (2023/10/31) - Fix the switch targets to list in the order of Simple profiles, followed by Complex target profiles diff --git a/manifest.json b/manifest.json index 9a55464..16e2085 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.0.1", + "version": "4.0.2", "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/package.json b/package.json index 3e9ff3c..f24c7b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-extend-switch-roles", - "version": "4.0.1", + "version": "4.0.2", "description": "Extend your AWS IAM switching roles by Chrome extension", "main": "index.js", "directories": { diff --git a/src/updated.html b/src/updated.html index 2c15606..19f2a18 100644 --- a/src/updated.html +++ b/src/updated.html @@ -72,7 +72,13 @@