diff --git a/CHANGELOG.md b/CHANGELOG.md index 1718933..cf29b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.9.0 + +## Features +* feat: enforce External ID v2 format via iam-role module (#48) (djmctavish)([2b326ad](https://github.com/lacework/terraform-aws-ecr/commit/2b326ad7d13d0fa8399ded038e9015e4433cb07d)) +## Other Changes +* ci: version bump to v0.8.1-dev (Lacework)([dc494a6](https://github.com/lacework/terraform-aws-ecr/commit/dc494a602e2df616c93d402075779a722a6ba088)) +--- # v0.8.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d132d6e..63d08f9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,7 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.8.0`. +Another day, another release. These are the release notes for the version `v0.9.0`. ## Features -* feat: add support for AWS provider v5 (#46) (John Robison)([6a5c4f3](https://github.com/lacework/terraform-aws-ecr/commit/6a5c4f3c35504ce6fb6b1b08cb37ef12071a6c62)) -## Documentation Updates -* docs: lacework_ecr_east should point to east region (Corey Ashby)([5d40aee](https://github.com/lacework/terraform-aws-ecr/commit/5d40aee4f7708f82b075ab75da7f046ecb9602ed)) +* feat: enforce External ID v2 format via iam-role module (#48) (djmctavish)([2b326ad](https://github.com/lacework/terraform-aws-ecr/commit/2b326ad7d13d0fa8399ded038e9015e4433cb07d)) ## Other Changes -* ci: tfsec (jon-stewart)([94a1b79](https://github.com/lacework/terraform-aws-ecr/commit/94a1b79982188144d822e1892462223b29181b7c)) -* ci: version bump to v0.7.4-dev (Lacework)([a330b97](https://github.com/lacework/terraform-aws-ecr/commit/a330b97e661bd553a69b23929cb6eda936e1386b)) +* ci: version bump to v0.8.1-dev (Lacework)([dc494a6](https://github.com/lacework/terraform-aws-ecr/commit/dc494a602e2df616c93d402075779a722a6ba088)) diff --git a/VERSION b/VERSION index b054be5..899f24f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.1-dev \ No newline at end of file +0.9.0 \ No newline at end of file