diff --git a/CHANGELOG.md b/CHANGELOG.md index 844e4f6..546342b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v1.1.1 + +## Bug Fixes +* fix: Fix the deprecated global s3 endpoints (Lei Jin)([954be21](https://github.com/lacework/terraform-aws-org-configuration/commit/954be21e9be93b58cf7cabbded25506db1095193)) +## Other Changes +* chore(GROW-2952): add codeowners (#25) (Matt Cadorette)([b4d3f9d](https://github.com/lacework/terraform-aws-org-configuration/commit/b4d3f9d4d9834cd60ba3251957c76bd89455aa12)) +* ci: update job name in test compat workflow (Timothy MacDonald)([2b76e4d](https://github.com/lacework/terraform-aws-org-configuration/commit/2b76e4d8571d285cdc96d0541252b5527af6fdda)) +* ci: migrate from codefresh to github actions (Timothy MacDonald)([b3c92b9](https://github.com/lacework/terraform-aws-org-configuration/commit/b3c92b97299b1f315521cac2affbab3137b495fe)) +* ci: version bump to v1.1.1-dev (Lacework)([fe49794](https://github.com/lacework/terraform-aws-org-configuration/commit/fe49794400f4edc9ec43cf7c8536a6d3d1a66e6b)) +--- # v1.1.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b005c07..3a449cb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,10 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.1.0`. +Another day, another release. These are the release notes for the version `v1.1.1`. -## Features -* feat: support user-supplied tags (#21) (Matt Cadorette)([9d89e57](https://github.com/lacework/terraform-aws-org-configuration/commit/9d89e57413857f8af78e7cd4dee4d7354037c43f)) +## Bug Fixes +* fix: Fix the deprecated global s3 endpoints (Lei Jin)([954be21](https://github.com/lacework/terraform-aws-org-configuration/commit/954be21e9be93b58cf7cabbded25506db1095193)) ## Other Changes -* ci: version bump to v1.0.2-dev (Lacework)([5944770](https://github.com/lacework/terraform-aws-org-configuration/commit/59447704fa4278483b31f6ec9ce2d0dafa7a813e)) +* chore(GROW-2952): add codeowners (#25) (Matt Cadorette)([b4d3f9d](https://github.com/lacework/terraform-aws-org-configuration/commit/b4d3f9d4d9834cd60ba3251957c76bd89455aa12)) +* ci: update job name in test compat workflow (Timothy MacDonald)([2b76e4d](https://github.com/lacework/terraform-aws-org-configuration/commit/2b76e4d8571d285cdc96d0541252b5527af6fdda)) +* ci: migrate from codefresh to github actions (Timothy MacDonald)([b3c92b9](https://github.com/lacework/terraform-aws-org-configuration/commit/b3c92b97299b1f315521cac2affbab3137b495fe)) +* ci: version bump to v1.1.1-dev (Lacework)([fe49794](https://github.com/lacework/terraform-aws-org-configuration/commit/fe49794400f4edc9ec43cf7c8536a6d3d1a66e6b)) diff --git a/VERSION b/VERSION index 03e56e7..8cfbc90 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1-dev \ No newline at end of file +1.1.1 \ No newline at end of file