diff --git a/CHANGELOG.md b/CHANGELOG.md index 148ae0d..5402b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.1.1 + +## Bug Fixes +* fix: delay integration creation X seconds (#4) (Salim Afiune)([726bbc1](https://github.com/lacework/terraform-aws-ecr/commit/726bbc1ffb2c04bdc0b72477887493b20a8f4f1f)) +--- # v0.1.0 This is our first release of our ECR Module diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 480a1a3..3e57b5a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,22 +1,5 @@ # Release Notes -Another day, another module. This is our first release of our ECR Module version `v0.1.0`. +Another day, another release. These are the release notes for the version `v0.1.1`. -## Usage -```hcl -terraform { - required_providers { - lacework = { - source = "lacework/lacework" - } - } -} - -provider "lacework" {} - -provider "aws" {} - -module "lacework_ecr" { - source = "lacework/ecr/aws" - version = "~> 0.1" -} -``` +## Bug Fixes +* fix: delay integration creation X seconds (#4) (Salim Afiune)([726bbc1](https://github.com/lacework/terraform-aws-ecr/commit/726bbc1ffb2c04bdc0b72477887493b20a8f4f1f)) diff --git a/VERSION b/VERSION index 2c02a4b..6da28dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1-dev \ No newline at end of file +0.1.1 \ No newline at end of file