diff --git a/CHANGELOG.md b/CHANGELOG.md index 061749d..8e55016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +## 2.1.1 (2021/05/22) + +- Fix switching region broken by a strict change in the CSP of AWS Console + ## 2.1.0 (2021/02/12) - Implement 'Configuration storage' setting to select 'Sync' or 'Local' (thanks to @reegnz) diff --git a/manifest_chrome.json b/manifest_chrome.json index 3cc2d15..b744b53 100644 --- a/manifest_chrome.json +++ b/manifest_chrome.json @@ -1,5 +1,5 @@ { - "version": "2.1.0", + "version": "2.1.1", "minimum_chrome_version": "80", "background": { "scripts": [ diff --git a/manifest_firefox.json b/manifest_firefox.json index 47d0224..010da3d 100644 --- a/manifest_firefox.json +++ b/manifest_firefox.json @@ -1,5 +1,5 @@ { - "version": "2.1.0", + "version": "2.1.1", "applications": { "gecko": { "id": "aws-extend-switch-roles@toshi.tilfin.com", diff --git a/package.json b/package.json index accf175..0f3eef4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-extend-switch-roles", - "version": "2.1.0", + "version": "2.1.1", "description": "Extend your AWS IAM switching roles by Chrome extension", "main": "index.js", "directories": { diff --git a/updated.html b/updated.html index 6d6cb1f..d16d595 100644 --- a/updated.html +++ b/updated.html @@ -28,9 +28,14 @@

AWS Extend Switch Roles - Update Notice

-

New version 2.1.0

+

New version 2.1.1

+

2.1.1

+ +

2.1.0