From 2995fd66443b156ae9c5f00d57c4e68da6491586 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Mon, 1 May 2023 16:52:39 +0100 Subject: [PATCH] release: v1.3.2 (#49) Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 13 ++++--------- VERSION | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a80c6..b58c68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v1.3.2 + +## Other Changes +* chore(deps): lw-scanner to version 0.20.1 (#48) (lacework-releng)([8fd0495](https://github.com/lacework/lw-scanner-action/commit/8fd049529be242b4473eee1abadaf09b3224f7e5)) +* ci: update the version-bump script argument check (#46) (Dave Hill)([c518fa9](https://github.com/lacework/lw-scanner-action/commit/c518fa9e4c88161804b2fc401170bed3729b2995)) +* ci: version bump to v1.3.2-dev (Lacework)([74e69ef](https://github.com/lacework/lw-scanner-action/commit/74e69ef1ac67d4ee10ec2ca6e692c145af911fb9)) +--- # v1.3.1 ## Documentation Updates diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f87c78d..ae77c2a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.3.1`. +Another day, another release. These are the release notes for the version `v1.3.2`. -## Documentation Updates -* docs: add environment variable examples (#38) (Tim Arenz)([1b323ac](https://github.com/lacework/lw-scanner-action/commit/1b323ac458f26d9904779c4e4c437d0465722029)) ## Other Changes -* ci: update commit message version-bump.sh (#44) (Salim Afiune)([4fc19f6](https://github.com/lacework/lw-scanner-action/commit/4fc19f678329b9dbce5b44a4c63b233d8cf05b64)) -* ci: fix scripts/version-bump.sh (#43) (Salim Afiune)([6cdd7e6](https://github.com/lacework/lw-scanner-action/commit/6cdd7e604bbf326995d1efbdde0a6eee68075353)) -* ci: fix scripts/version-bump.sh (#41) (Salim Afiune)([2dd82a4](https://github.com/lacework/lw-scanner-action/commit/2dd82a4b014047f97f37f69525af86f114d983fe)) -* ci: fix scripts/version-bump.sh (#40) (Salim Afiune)([e4c98c4](https://github.com/lacework/lw-scanner-action/commit/e4c98c4fd4fc975545daaca5cb02b3b9089421eb)) -* ci: add version-bump.sh script (#39) (Salim Afiune)([65fb0c3](https://github.com/lacework/lw-scanner-action/commit/65fb0c3ae62e4461123ae112cf918f5808c9ee50)) -* ci: version bump to v1.3.1-dev (Lacework)([775290a](https://github.com/lacework/lw-scanner-action/commit/775290ae24b50b50f380066f9a5edb79f7079f42)) +* chore(deps): lw-scanner to version 0.20.1 (#48) (lacework-releng)([8fd0495](https://github.com/lacework/lw-scanner-action/commit/8fd049529be242b4473eee1abadaf09b3224f7e5)) +* ci: update the version-bump script argument check (#46) (Dave Hill)([c518fa9](https://github.com/lacework/lw-scanner-action/commit/c518fa9e4c88161804b2fc401170bed3729b2995)) +* ci: version bump to v1.3.2-dev (Lacework)([74e69ef](https://github.com/lacework/lw-scanner-action/commit/74e69ef1ac67d4ee10ec2ca6e692c145af911fb9)) diff --git a/VERSION b/VERSION index b2069f2..d5e98f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.2-dev \ No newline at end of file +1.3.2 \ No newline at end of file