diff --git a/CHANGELOG.md b/CHANGELOG.md index 60157934b..3c8b6b354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.47.0 + +## Features +* feat: CDK v4 feature flag and improvements (#1576) (jonathan stewart)([7a0e292a](https://github.com/lacework/go-sdk/commit/7a0e292aa7dddf42b7459fadad41cbee452aa7cf)) +## Bug Fixes +* fix: v1 component JSON (#1571) (jonathan stewart)([ac5fa63a](https://github.com/lacework/go-sdk/commit/ac5fa63ad8f8e045121e666ba4c360f2f62f9d88)) +* fix: component download AWS XML error (#1572) (jonathan stewart)([9740f914](https://github.com/lacework/go-sdk/commit/9740f91417319deb9dd8b7a0a1836d67f1709c25)) +## Other Changes +* ci: fix update-homebrew-formula.yml (#1575) (Pengyuan Zhao)([3a63b991](https://github.com/lacework/go-sdk/commit/3a63b9914b7bfbf15c116beaab14c28f406ea545)) +* ci: use workflow_run to trigger downstream release pipelines (#1573) (Pengyuan Zhao)([d7006716](https://github.com/lacework/go-sdk/commit/d7006716bd1e7d8e08f6dcb32bb05a8d84d2b5b7)) +* ci: version bump to v1.46.4-dev (Lacework)([523eb64d](https://github.com/lacework/go-sdk/commit/523eb64d1e6871cbe2fa336aee2936d193324ae7)) +--- # v1.46.3 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 29d480f32..9480699ae 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,15 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.46.3`. +Another day, another release. These are the release notes for the version `v1.47.0`. +## Features +* feat: CDK v4 feature flag and improvements (#1576) (jonathan stewart)([7a0e292a](https://github.com/lacework/go-sdk/commit/7a0e292aa7dddf42b7459fadad41cbee452aa7cf)) +## Bug Fixes +* fix: v1 component JSON (#1571) (jonathan stewart)([ac5fa63a](https://github.com/lacework/go-sdk/commit/ac5fa63ad8f8e045121e666ba4c360f2f62f9d88)) +* fix: component download AWS XML error (#1572) (jonathan stewart)([9740f914](https://github.com/lacework/go-sdk/commit/9740f91417319deb9dd8b7a0a1836d67f1709c25)) ## Other Changes -* ci: fix tests and remove extra docker login in release.yml (#1569) (Pengyuan Zhao)([fc6cd42c](https://github.com/lacework/go-sdk/commit/fc6cd42ca381210df187e26fd4890038f472a72f)) -* ci: version bump to v1.46.3-dev (Lacework)([78ef9252](https://github.com/lacework/go-sdk/commit/78ef9252467ab15bd2c1b177422bb2658a59b603)) +* ci: fix update-homebrew-formula.yml (#1575) (Pengyuan Zhao)([3a63b991](https://github.com/lacework/go-sdk/commit/3a63b9914b7bfbf15c116beaab14c28f406ea545)) +* ci: use workflow_run to trigger downstream release pipelines (#1573) (Pengyuan Zhao)([d7006716](https://github.com/lacework/go-sdk/commit/d7006716bd1e7d8e08f6dcb32bb05a8d84d2b5b7)) +* ci: version bump to v1.46.4-dev (Lacework)([523eb64d](https://github.com/lacework/go-sdk/commit/523eb64d1e6871cbe2fa336aee2936d193324ae7)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 3467546fd..245744f34 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.46.4-dev \ No newline at end of file +1.47.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 7e3645a38..b9c785bc8 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240229210100 +// File generated at: 20240305145729 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.46.4-dev" +const Version = "1.47.0"