diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6866d89..7bbbde802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.40.0 + +## Features +* feat: refactor UX for lacework generate cloud-account aws (#1448) (Pengyuan Zhao)([222660bc](https://github.com/lacework/go-sdk/commit/222660bc861b4788d1d2c7ac05510ea68dc461af)) +## Bug Fixes +* fix(cdk): component install fails (Timothy MacDonald)([6ca53412](https://github.com/lacework/go-sdk/commit/6ca53412d744d70ad6a76ac6e6117a34c302cebc)) +## Other Changes +* ci: version bump to v1.39.1-dev (Lacework)([0b65cd90](https://github.com/lacework/go-sdk/commit/0b65cd907fcaf349b3f946a1028101da03bf630a)) +--- # v1.39.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f1048a588..6e275614b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,11 +1,12 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.39.0`. +Another day, another release. These are the release notes for the version `v1.40.0`. ## Features -* feat(PSP-1220): misc fixes in Azure Agentless cloud provider (#1447) (AoZhang)([fd1b026c](https://github.com/lacework/go-sdk/commit/fd1b026c3cb896e9df1e026d4246112b61d8f49d)) -* feat: add org-cloudtrail to lw_generate (#1433) (Darren)([29935df4](https://github.com/lacework/go-sdk/commit/29935df410960aca3dde4b9458ecfe980cb98000)) +* feat: refactor UX for lacework generate cloud-account aws (#1448) (Pengyuan Zhao)([222660bc](https://github.com/lacework/go-sdk/commit/222660bc861b4788d1d2c7ac05510ea68dc461af)) +## Bug Fixes +* fix(cdk): component install fails (Timothy MacDonald)([6ca53412](https://github.com/lacework/go-sdk/commit/6ca53412d744d70ad6a76ac6e6117a34c302cebc)) ## Other Changes -* ci: version bump to v1.38.1-dev (Lacework)([4185b657](https://github.com/lacework/go-sdk/commit/4185b65720477979c0b3a8c1c0c0abff9bd8ded6)) +* ci: version bump to v1.39.1-dev (Lacework)([0b65cd90](https://github.com/lacework/go-sdk/commit/0b65cd907fcaf349b3f946a1028101da03bf630a)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 40974725d..ebc91b48b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.39.1-dev \ No newline at end of file +1.40.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index df24d36b6..3fc32d168 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20231114001433 +// File generated at: 20231116042331 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.39.1-dev" +const Version = "1.40.0"