diff --git a/CHANGELOG.md b/CHANGELOG.md index cefabc4df..80976bd63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v1.41.1 + +## Bug Fixes +* fix: component download segv (#1476) (jonathan stewart)([2a11eecc](https://github.com/lacework/go-sdk/commit/2a11eeccc2bf3ab7f42e87c23fc26ceb54a97ef8)) +## Other Changes +* ci: version bump to v1.41.1-dev (Lacework)([f9c47d03](https://github.com/lacework/go-sdk/commit/f9c47d03efd1aaae3073de0f7d89fb1c5659ff9d)) +--- # v1.41.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 92557498a..5313d2ce5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,20 +1,10 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.41.0`. +Another day, another release. These are the release notes for the version `v1.41.1`. -## Features -* feat: go-resty component download (#1466) (jonathan stewart)([efba6290](https://github.com/lacework/go-sdk/commit/efba6290cac3731eb9f0ecc292667993564d5f9a)) -* feat(RAIN-91334): allow Rego queries to be created and retrieved (#1465) (Kun Chen)([4790d275](https://github.com/lacework/go-sdk/commit/4790d275e5d4a22f4528ceff7a7187fa5f62b152)) -* feat: CDK .dev file info (#1462) (jonathan stewart)([144c65b1](https://github.com/lacework/go-sdk/commit/144c65b1a9db4290f10b76dfc961be952257a296)) -* feat: CDK v1 component lifecycle events (#1461) (jonathan stewart)([dc17dbbd](https://github.com/lacework/go-sdk/commit/dc17dbbdcbc8ed13f1f0277287628d32f9b6183d)) -## Refactor -* refactor(cli): deprecate report-definitions command (#1468) (Salim Afiune)([868a452e](https://github.com/lacework/go-sdk/commit/868a452e2081fee1efe02d4844aee6c925a467a0)) -* refactor(scaffolding): update CDK Go scaffolding (#1463) (Timothy MacDonald)([2e984442](https://github.com/lacework/go-sdk/commit/2e984442468d696374249957c32c2c97f19ff539)) ## Bug Fixes -* fix: create passed output location for generate commands (#1470) (Matt Cadorette)([6565a8fe](https://github.com/lacework/go-sdk/commit/6565a8feb098375b841cc5f7b59fdb0b4e30f982)) +* fix: component download segv (#1476) (jonathan stewart)([2a11eecc](https://github.com/lacework/go-sdk/commit/2a11eeccc2bf3ab7f42e87c23fc26ceb54a97ef8)) ## Other Changes -* chore: add CloudTrail Control Tower to generate AWS (#1464) (Pengyuan Zhao)([3e2f4ffd](https://github.com/lacework/go-sdk/commit/3e2f4ffd92ccee27824cee1b7892f143037c4877)) -* ci: fix integration tests (#1474) (Salim Afiune)([03bdf6b5](https://github.com/lacework/go-sdk/commit/03bdf6b525e20297e07d8c04bdfbe20dacf1099a)) -* ci: version bump to v1.40.3-dev (Lacework)([5c7c5ee9](https://github.com/lacework/go-sdk/commit/5c7c5ee985a1338dcac500c2b7f0996b41ca007f)) +* ci: version bump to v1.41.1-dev (Lacework)([f9c47d03](https://github.com/lacework/go-sdk/commit/f9c47d03efd1aaae3073de0f7d89fb1c5659ff9d)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 8f07e2e86..11c831f8c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.41.1-dev \ No newline at end of file +1.41.1 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 11554cb96..22b40c601 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20231207023733 +// File generated at: 20231207135950 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.41.1-dev" +const Version = "1.41.1"