From 89042d69746c390741c7aaba5bcfe612c78c1843 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Fri, 12 Aug 2022 19:50:10 +0100 Subject: [PATCH] release: v1.1.1 (#25) Signed-off-by: Lacework --- CHANGELOG.md | 10 ++++++++++ RELEASE_NOTES.md | 16 +++++++--------- VERSION | 2 +- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 733687e..91c814d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v1.1.1 + +## Bug Fixes +* fix: release script (#24) (Salim Afiune)([e0adb9c](https://github.com/lacework/lw-scanner-action/commit/e0adb9c68866d6ee48789bea1a11f963b9749a8d)) +* fix: change debug to argument instead of variable (#20) (Andre Elizondo)([3393a74](https://github.com/lacework/lw-scanner-action/commit/3393a74db7bf16a93f604dbe6b4253e2e68eac4d)) +## Other Changes +* ci: fix release script to fint latest version (#22) (Salim Afiune)([4027f36](https://github.com/lacework/lw-scanner-action/commit/4027f36074bb294f0b61d4ccf674feb6bf34fdb8)) +* ci: fix bug that avoids automatic version bump (Salim Afiune Maya)([9eb8578](https://github.com/lacework/lw-scanner-action/commit/9eb85783118bea3bd4b35e3a7858d27e71685c0c)) +* ci: version bump to v1.1.1 (Salim Afiune Maya)([0657580](https://github.com/lacework/lw-scanner-action/commit/0657580f91858b945652b6c1752f77d16746abe9)) +--- # v1.1.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4fac90e..1d9b305 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,10 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.1.0`. +Another day, another release. These are the release notes for the version `v1.1.1`. -## Features -* feat: add debug option to scanner definition (#17) (Andre Elizondo)([0362a01](https://github.com/lacework/lw-scanner-action/commit/0362a01f29d1941114ab915eccb296c1cd249c69)) -## Refactor -* refactor(v1.0.0): Use native policies from the platform (#9) (Salim Afiune)([3fc0763](https://github.com/lacework/lw-scanner-action/commit/3fc076363453880f21ef59b0a7a2f83f124e0ab2)) +## Bug Fixes +* fix: release script (#24) (Salim Afiune)([e0adb9c](https://github.com/lacework/lw-scanner-action/commit/e0adb9c68866d6ee48789bea1a11f963b9749a8d)) +* fix: change debug to argument instead of variable (#20) (Andre Elizondo)([3393a74](https://github.com/lacework/lw-scanner-action/commit/3393a74db7bf16a93f604dbe6b4253e2e68eac4d)) ## Other Changes -* chore: update scanner version to 0.7.0 (#15) (Tim Arenz)([3826818](https://github.com/lacework/lw-scanner-action/commit/382681814f446aa932ff4247ca0d871ea1e8cf4d)) -* chore: update README.md (#12) (Salim Afiune)([4d3222d](https://github.com/lacework/lw-scanner-action/commit/4d3222d9895a5aca6412a2919c1b8d3a48467dd0)) -* ci: fix test-action job (#13) (Salim Afiune)([315fc0b](https://github.com/lacework/lw-scanner-action/commit/315fc0bcbbdeac239783afe93fa44af4d3af54da)) -* ci: version bump to v0.7.2-dev (Lacework)([32292e5](https://github.com/lacework/lw-scanner-action/commit/32292e503b37817e7e78a13ad1d66a5668c2446a)) +* ci: fix release script to fint latest version (#22) (Salim Afiune)([4027f36](https://github.com/lacework/lw-scanner-action/commit/4027f36074bb294f0b61d4ccf674feb6bf34fdb8)) +* ci: fix bug that avoids automatic version bump (Salim Afiune Maya)([9eb8578](https://github.com/lacework/lw-scanner-action/commit/9eb85783118bea3bd4b35e3a7858d27e71685c0c)) +* ci: version bump to v1.1.1 (Salim Afiune Maya)([0657580](https://github.com/lacework/lw-scanner-action/commit/0657580f91858b945652b6c1752f77d16746abe9)) diff --git a/VERSION b/VERSION index 8869ce2..8cfbc90 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1-dev +1.1.1 \ No newline at end of file