diff --git a/CHANGELOG.md b/CHANGELOG.md index dfae9b6..f9439b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.1.7](https://github.com/functionalone/aws-least-privilege/compare/v0.1.6...v0.1.7) (2018-02-21) + + +### Features + +* support passing filter expression to use when scanning xray traces ([2d304c0](https://github.com/functionalone/aws-least-privilege/commit/2d304c0)) + + + ## [0.1.6](https://github.com/functionalone/aws-least-privilege/compare/v0.1.5...v0.1.6) (2018-02-06) diff --git a/package-lock.json b/package-lock.json index 7a349ff..abdc183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aws-least-privilege", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a017587..5b96011 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aws-least-privilege", "private": false, - "version": "0.1.6", + "version": "0.1.7", "engines": { "node": ">=6.10.0" },