From 1f9781a1f8364ad3651c3e5d56b4944e57af1c3b Mon Sep 17 00:00:00 2001 From: Salim Afiune Maya Date: Fri, 12 Jun 2020 10:08:36 -0600 Subject: [PATCH] Release v0.1.18 --- CHANGELOG.md | 10 ++++++++++ RELEASE_NOTES.md | 10 +++++++--- VERSION | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 763215fd4..d7a6049ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v0.1.18 + +## Features +* feat(cli): add --fixable flag to vulnerability cmd (#148) (Salim Afiune)([d649e2a](https://github.com/lacework/go-sdk/commit/d649e2a754be958e8504347c68ea1286dc16a58e)) +## Refactor +## Performance Improvements +## Bug Fixes +## Documentation Updates +## Other Changes +--- # v0.1.17 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1529ebac0..3bc59dcf5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,13 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.1.17`. +Another day, another release. These are the release notes for the version `v0.1.18`. +## Features +* feat(cli): add --fixable flag to vulnerability cmd (#148) (Salim Afiune)([d649e2a](https://github.com/lacework/go-sdk/commit/d649e2a754be958e8504347c68ea1286dc16a58e)) +## Refactor +## Performance Improvements +## Bug Fixes +## Documentation Updates ## Other Changes -* ci: fix vuln scan cli matrix (#143) (Salim Afiune)([646faac](https://github.com/lacework/go-sdk/commit/646faacc762b1f361de3bc61d2e543db9b674c3c)) -* ci: fix release commit message (#144) (Salim Afiune)([6c6f357](https://github.com/lacework/go-sdk/commit/6c6f357d4cd1e6dae08cf55e637cea4ca56aebaa)) ## Docker Images * `docker pull techallylw/lacework-cli:latest` diff --git a/VERSION b/VERSION index a9a6046d0..a0e818f08 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.18-dev \ No newline at end of file +0.1.18-release \ No newline at end of file