diff --git a/README.md b/README.md index 8bac0fb..0b68e43 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ color=bbeeff - Required `role_arn` or (`aws_account_id` and `role_name`) - Optional `color` that is RGB hex value without prefix `#` +## Settings + +- Can hide original role history (Show only roles in the configuration) + ## Appearance ![Screen Shot 1](https://github.com/tilfin/aws-extend-switch-roles/blob/images/ScreenShot_1_960x600.png) diff --git a/manifest.json b/manifest.json index 5c8c8b8..8832d8c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "AWS Extend Switch Roles", - "version": "0.1.8", + "version": "0.2.0", "description": "Extend your AWS IAM switching roles. You can set the configuration by aws config format", "short_name": "Extend SwtichRole", "permissions": ["storage"],