diff --git a/CHANGELOG.md b/CHANGELOG.md index a6effe2..61f2ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v2.7.6 + +## Other Changes +* chore(output): ARN of the KMS encryption key used for S3 (#141) (Salim Afiune)([41d0a36](https://github.com/lacework/terraform-aws-cloudtrail/commit/41d0a36916e3a2aeb9b9a9a73502e785fbeb871d)) +* ci: version bump to v2.7.6-dev (Lacework)([3272f1e](https://github.com/lacework/terraform-aws-cloudtrail/commit/3272f1ead77b5170c71e9722692cb6bafdb64de6)) +--- # v2.7.5 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 960d3e1..529bf3a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,6 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.7.5`. +Another day, another release. These are the release notes for the version `v2.7.6`. -## Bug Fixes -* fix: KMS least privileged access (#139) (djmctavish)([4e004b7](https://github.com/lacework/terraform-aws-cloudtrail/commit/4e004b7a120c01da632211d913a76b23d0a51bc6)) ## Other Changes -* ci: version bump to v2.7.5-dev (Lacework)([013ef59](https://github.com/lacework/terraform-aws-cloudtrail/commit/013ef598a5d630b34a551793482aab597ad7cd3e)) +* chore(output): ARN of the KMS encryption key used for S3 (#141) (Salim Afiune)([41d0a36](https://github.com/lacework/terraform-aws-cloudtrail/commit/41d0a36916e3a2aeb9b9a9a73502e785fbeb871d)) +* ci: version bump to v2.7.6-dev (Lacework)([3272f1e](https://github.com/lacework/terraform-aws-cloudtrail/commit/3272f1ead77b5170c71e9722692cb6bafdb64de6)) diff --git a/VERSION b/VERSION index b1dd4fb..5b013b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.6-dev \ No newline at end of file +2.7.6 \ No newline at end of file