diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a2895e8..20dd6cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.7.9 + +**Release date:** 2024-04-27 + +* Fix launch template error [#386](https://github.com/atlassian-labs/data-center-terraform/pull/386) + +## 2.7.8 + +**Release date:** 2024-04-22 + +* Fix Bamboo e2e tests [#383](https://github.com/atlassian-labs/data-center-terraform/pull/383) + ## 2.7.7 **Release date:** 2024-04-17 diff --git a/docs/docs/userguide/INSTALLATION.md b/docs/docs/userguide/INSTALLATION.md index 24550a96..fcc7e6b7 100644 --- a/docs/docs/userguide/INSTALLATION.md +++ b/docs/docs/userguide/INSTALLATION.md @@ -11,7 +11,7 @@ Set up a user with an administrator IAM role. See [Configuration basics — AWS Clone the `data-center-terraform` project repository from GitHub: ```shell -git clone -b 2.7.7 https://github.com/atlassian-labs/data-center-terraform.git && cd data-center-terraform +git clone -b 2.7.9 https://github.com/atlassian-labs/data-center-terraform.git && cd data-center-terraform ``` ## 3. Configure the infrastructure