diff --git a/CHANGELOG.md b/CHANGELOG.md index 92cdf49..f0b9dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +## 5.0.2 (2024/10/27) + +- Fix to highlight the relevant part when validation fails in the configuration textarea (thanks to @brandonkgarner) +- Fix **Show only matching roles** when target role ARN has a path (thanks to @dblackhall-tyro) + ## 5.0.1 (2024/04/07) - Add support for remote retrieval of user configurations through [AESR Config Hub](https://aesr.dev/) diff --git a/manifest.json b/manifest.json index a5d4a54..71067c0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "version": "5.0.1", + "version": "5.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 93e0a7a..36c2ee6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-extend-switch-roles", - "version": "5.0.1", + "version": "5.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 4861b80..212b1e1 100644 --- a/src/updated.html +++ b/src/updated.html @@ -72,7 +72,13 @@