From 2f4626cbce073d743ed3409c2f53a5e6f7917aa8 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Fri, 22 Jul 2022 05:50:57 +0100 Subject: [PATCH] release: v0.22.1 (#349) --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 10 +++++----- VERSION | 2 +- lacework/version.go | 4 ++-- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20b15ea5..c8e15d386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.22.1 (July 22, 2022) + +## Documentation Updates +* docs: adds api_token to argument reference (#348) (Salim Afiune)([2f5b07a](https://github.com/lacework/terraform-provider-lacework/commit/2f5b07a36cf0c41b01f8b390f09ebacc72ec9e32)) +## Other Changes +* ci: version bump to v0.22.1-dev (Lacework)([f0e1b40](https://github.com/lacework/terraform-provider-lacework/commit/f0e1b40b6e4ed0ae16bba6941d305edc91875b47)) +* test: Use unique API token for all integration tests (#347) (Salim Afiune)([0c85f89](https://github.com/lacework/terraform-provider-lacework/commit/0c85f892c5db68c76cc11fa0a3ef67be50399dd9)) + ## v0.22.0 (July 20, 2022) ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a8922c930..540be6aa2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.22.0`. +Another day, another release. These are the release notes for the version `v0.22.1`. -## Features -* feat: support authentication via API token (#344) (Salim Afiune)([4550bce](https://github.com/lacework/terraform-provider-lacework/commit/4550bce99c97babc8cefef5caff62ed8018493a1)) -* feat: new lacework_policy_exception resource (#326) (Darren)([01e87d3](https://github.com/lacework/terraform-provider-lacework/commit/01e87d37dd668910cdf89cc92c510e61ac0d73f1)) +## Documentation Updates +* docs: adds api_token to argument reference (#348) (Salim Afiune)([2f5b07a](https://github.com/lacework/terraform-provider-lacework/commit/2f5b07a36cf0c41b01f8b390f09ebacc72ec9e32)) ## Other Changes -* ci: version bump to v0.21.1-dev (Lacework)([7681f5d](https://github.com/lacework/terraform-provider-lacework/commit/7681f5d627112655270f526c66b299446d010eb7)) +* ci: version bump to v0.22.1-dev (Lacework)([f0e1b40](https://github.com/lacework/terraform-provider-lacework/commit/f0e1b40b6e4ed0ae16bba6941d305edc91875b47)) +* test: Use unique API token for all integration tests (#347) (Salim Afiune)([0c85f89](https://github.com/lacework/terraform-provider-lacework/commit/0c85f892c5db68c76cc11fa0a3ef67be50399dd9)) diff --git a/VERSION b/VERSION index b52de940b..a04c2def3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.22.1-dev \ No newline at end of file +0.22.1 \ No newline at end of file diff --git a/lacework/version.go b/lacework/version.go index 23be676ff..e5412ec07 100644 --- a/lacework/version.go +++ b/lacework/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20220721022050 +// File generated at: 20220722021514 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package lacework // version is the semver coming from the VERSION file -const version = "0.22.1-dev" +const version = "0.22.1"