diff --git a/CHANGELOG.md b/CHANGELOG.md index 595e61eba..6d7b7743e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v1.47.2 + +## Bug Fixes +* fix: update telemetry dataset during release (#1587) (Matt Cadorette)([df0d1f1a](https://github.com/lacework/go-sdk/commit/df0d1f1aef89444b64bf5b37385ce16d9300ec2f)) +## Other Changes +* ci: version bump to v1.47.2-dev (Lacework)([854bbaea](https://github.com/lacework/go-sdk/commit/854bbaeae6d8655cb42851a12a50a3b0925ca71a)) +--- # v1.47.1 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 071945a17..25d0fee8d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,10 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.47.1`. +Another day, another release. These are the release notes for the version `v1.47.2`. ## Bug Fixes -* fix(telemetry): record silent error (#1585) (Salim Afiune)([fdabe921](https://github.com/lacework/go-sdk/commit/fdabe921de6558087134c2789b4a53a3ce663d8d)) +* fix: update telemetry dataset during release (#1587) (Matt Cadorette)([df0d1f1a](https://github.com/lacework/go-sdk/commit/df0d1f1aef89444b64bf5b37385ce16d9300ec2f)) ## Other Changes -* ci: fix verify-release.yml fetch-depth (#1584) (Pengyuan Zhao)([ee03ba2c](https://github.com/lacework/go-sdk/commit/ee03ba2c59c2a45a4850fc01c9274afe556eb260)) -* ci: version bump to v1.47.1-dev (Lacework)([85adeeab](https://github.com/lacework/go-sdk/commit/85adeeab90046153c6361c4680e0ac9881ff1a8c)) -* test: set LW_API_TOKEN for integration tests (#1577) (Pengyuan Zhao)([4d0353f6](https://github.com/lacework/go-sdk/commit/4d0353f6239f828a50617772619b1a98a80386e3)) +* ci: version bump to v1.47.2-dev (Lacework)([854bbaea](https://github.com/lacework/go-sdk/commit/854bbaeae6d8655cb42851a12a50a3b0925ca71a)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 2b929ccf3..aff76112d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.47.2-dev \ No newline at end of file +1.47.2 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 3ece0cf55..b82583725 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240307223750 +// File generated at: 20240308162910 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.47.2-dev" +const Version = "1.47.2"