diff --git a/CHANGELOG.md b/CHANGELOG.md index c845bc688..4000691f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.55.0 + +## Features +* feat: Upgrade aws config org version to 1.0 (#1662) (Lei Jin)([2de64a07](https://github.com/lacework/go-sdk/commit/2de64a0765d0abd72b47c91ffd04b67573a0b494)) +## Bug Fixes +* fix: Fix failed resource group tests (#1664) (Lei Jin)([cbebb620](https://github.com/lacework/go-sdk/commit/cbebb620edf3ef59327d417634772870092c4a43)) +## Other Changes +* ci: version bump to v1.54.1-dev (Lacework)([b47e0030](https://github.com/lacework/go-sdk/commit/b47e00301001fcea7edaf61637666971b36741e6)) +--- # v1.54.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a688fc711..a8b321f02 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,12 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.54.0`. +Another day, another release. These are the release notes for the version `v1.55.0`. ## Features -* feat: Add support for use random cloudtrail name (#1658) (Lei Jin)([97a45bcd](https://github.com/lacework/go-sdk/commit/97a45bcde3ec2948f3cd9f5c22358ee7346f442b)) +* feat: Upgrade aws config org version to 1.0 (#1662) (Lei Jin)([2de64a07](https://github.com/lacework/go-sdk/commit/2de64a0765d0abd72b47c91ffd04b67573a0b494)) +## Bug Fixes +* fix: Fix failed resource group tests (#1664) (Lei Jin)([cbebb620](https://github.com/lacework/go-sdk/commit/cbebb620edf3ef59327d417634772870092c4a43)) ## Other Changes -* chore: show component command in lacework --help (#1660) (Pengyuan Zhao)([6db317d9](https://github.com/lacework/go-sdk/commit/6db317d99f23f20aaeb130e98fba7b3a87e26edd)) -* chore(GROW-2960): support access keys for AWS Agentless multiple scanning regions (#1659) (Pengyuan Zhao)([2d7d669d](https://github.com/lacework/go-sdk/commit/2d7d669d768c45f963d5153d8d9982fde450e4e7)) -* ci: version bump to v1.53.1-dev (Lacework)([a3da143f](https://github.com/lacework/go-sdk/commit/a3da143f29e939159df09c3c7417ed602c6d38e5)) +* ci: version bump to v1.54.1-dev (Lacework)([b47e0030](https://github.com/lacework/go-sdk/commit/b47e00301001fcea7edaf61637666971b36741e6)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 5e829c293..0704e8968 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.54.1-dev \ No newline at end of file +1.55.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 3720821db..ba92fb4e3 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20241017162419 +// File generated at: 20241028164026 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.54.1-dev" +const Version = "1.55.0"