From ffd4546c97563f515efb1a0dc8da492e02d888a9 Mon Sep 17 00:00:00 2001 From: Sean McGrail Date: Thu, 18 Mar 2021 10:28:32 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5269562ddb..955279b25a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ Release v1.37.32 (2021-03-16) Release v1.37.31 (2021-03-15) === +### Announcement +* The HEAD tracking branch of the repository has been renamed from `master` to `main`. + * Users using GOPATH to manage application dependencies need to remove the SDK from GOPATH and re-retrieve the SDK using `go get github.com/aws/aws-sdk-go`. + ### Service Client Updates * `service/codedeploy`: Updates service API and documentation * AWS CodeDeploy can now detect instances running an outdated revision of your application and automatically update them with the latest revision.