Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 7 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1-dev
1.1.1
Loading