diff --git a/CHANGELOG.md b/CHANGELOG.md index 98cd405..872aab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.5.1 + +## Bug Fixes +* fix(pin): module iam-role/aws version ~> 0.2.0 +--- # v0.5.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 13cecd6..b950bcb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,5 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.5.0`. +Another day, another release. These are the release notes for the version `v0.5.1`. -## Features -* feat: support aws provider 4.x (#39) (naseemkullah)([2131806](https://github.com/lacework/terraform-aws-config/commit/2131806416f0417a45b43fe106b2e474c9bce6df)) -## Other Changes -* chore: update PR template (#37) (Darren)([909e23a](https://github.com/lacework/terraform-aws-config/commit/909e23acf23a2c483b2254ec709d80e32cf490c1)) -* ci: version bump to v0.4.2-dev (Lacework)([9fa033c](https://github.com/lacework/terraform-aws-config/commit/9fa033c349a646273f7c5713e4fefe8d9631468c)) +## Bug Fixes +* fix(pin): module iam-role/aws version ~> 0.2.0 diff --git a/VERSION b/VERSION index 79a2734..4b9fcbe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.5.1 diff --git a/main.tf b/main.tf index 21852dd..d5c04ee 100644 --- a/main.tf +++ b/main.tf @@ -13,7 +13,7 @@ resource "random_id" "uniq" { module "lacework_cfg_iam_role" { source = "lacework/iam-role/aws" - version = "~> 0.2" + version = "~> 0.2.0" create = var.use_existing_iam_role ? false : true iam_role_name = var.iam_role_name lacework_aws_account_id = var.lacework_aws_account_id