diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f92a39..e232576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.11](https://github.com/TastefulElk/iam-legend/compare/v1.1.10...v1.1.11) (2022-11-24) + + +### Bug Fixes + +* update IAM service definitions ([a8fdb25](https://github.com/TastefulElk/iam-legend/commit/a8fdb2518efe40e2ec91cc993f08324d98e638b1)) + ## [1.1.10](https://github.com/TastefulElk/iam-legend/compare/v1.1.9...v1.1.10) (2022-11-16) diff --git a/package.json b/package.json index 6b80e77..936370e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iam-legend", "displayName": "IAM Legend", "description": "IAM policy actions autocomplete, documentation & wildcard resolution", - "version": "1.1.10", + "version": "1.1.11", "engines": { "vscode": "^1.63.0" },