diff --git a/CHANGELOG.md b/CHANGELOG.md index 3920a9a96..60157934b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.46.3 + +## 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)) +--- # v1.46.2 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3315fef2a..29d480f32 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,13 +1,9 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.46.2`. +Another day, another release. These are the release notes for the version `v1.46.3`. -## Bug Fixes -* fix: component windows extension (#1567) (jonathan stewart)([851f7c1f](https://github.com/lacework/go-sdk/commit/851f7c1fff170bb73aff1fc61c68efe9dddc6d7e)) ## Other Changes -* ci: integration tests pipeline improvements (#1564) (Pengyuan Zhao)([9019e414](https://github.com/lacework/go-sdk/commit/9019e414084d6c2831614513859f8de4083fcc13)) -* ci: fixes on release.yml and test-build.yml (#1559) (Pengyuan Zhao)([2dd6d677](https://github.com/lacework/go-sdk/commit/2dd6d677ebe12bae6a319ad3f27c7feab5f3c784)) -* ci: version bump to v1.46.2-dev (Lacework)([7527cf87](https://github.com/lacework/go-sdk/commit/7527cf87a05be7e5dad4afef212ec255eeeb4e1b)) -* ci: version bump to v1.46.2-dev (Lacework)([c2ba68c5](https://github.com/lacework/go-sdk/commit/c2ba68c575238a27c07c74ac0ea7d513fecfdbdb)) +* 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)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 636cbb990..de38ac49b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.46.3-dev \ No newline at end of file +1.46.3 \ No newline at end of file diff --git a/api/version.go b/api/version.go index c5687d7eb..e798d9b7e 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240228211611 +// File generated at: 20240229203619 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.46.3-dev" +const Version = "1.46.3"