From cc51bc7a13812e780976c6279a86acd5262c87d7 Mon Sep 17 00:00:00 2001 From: Lacework Date: Fri, 1 Nov 2024 18:56:05 +0000 Subject: [PATCH] release: v2.1.2 Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 7 ++++--- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d61b361d..14724ee21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v2.1.2 + +## Bug Fixes +* fix: Fix casing during reading of resource group (#1673) (Zeki Sherif)([1167cb9c](https://github.com/lacework/go-sdk/commit/1167cb9ceb659f5d3c60dfba35cd0c8618d2c5ae)) +## Other Changes +* ci: version bump to v2.1.2-dev (Lacework)([a8f6ca1e](https://github.com/lacework/go-sdk/commit/a8f6ca1e74af412daedfb90f1086619a1bc2670b)) +--- # v2.1.1 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 55f54030e..95e8de89c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,10 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.1.1`. +Another day, another release. These are the release notes for the version `v2.1.2`. +## Bug Fixes +* fix: Fix casing during reading of resource group (#1673) (Zeki Sherif)([1167cb9c](https://github.com/lacework/go-sdk/commit/1167cb9ceb659f5d3c60dfba35cd0c8618d2c5ae)) ## Other Changes -* chore: Change the reference path to v2 (#1671) (Lei Jin)([2bae7452](https://github.com/lacework/go-sdk/commit/2bae745225241db1dea8f7a9e1281b3b836a1979)) -* ci: version bump to v2.1.1-dev (Lacework)([de9bf638](https://github.com/lacework/go-sdk/commit/de9bf6385f4cd1d69e8e0ef6be444c5a32091c3a)) +* ci: version bump to v2.1.2-dev (Lacework)([a8f6ca1e](https://github.com/lacework/go-sdk/commit/a8f6ca1e74af412daedfb90f1086619a1bc2670b)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 3d9819c57..8f9174b4d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.2-dev \ No newline at end of file +2.1.2 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 390864487..4c19668e6 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20241030235541 +// File generated at: 20241101185600 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "2.1.2-dev" +const Version = "2.1.2"