From c63435dad51c8722d00ba08a424069f1889a9b27 Mon Sep 17 00:00:00 2001 From: Weinong Wang Date: Thu, 30 Jan 2025 14:04:32 -0800 Subject: [PATCH] update the release with bug fix (#602) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a09024..d464f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * Fix install link for golangci-lint by @albers in https://github.com/Azure/kubelogin/pull/585 * use bingo to manage golangci-lint by @weinong in https://github.com/Azure/kubelogin/pull/590 * default codeql does not allow uploading 3rd party scanning result by @weinong in https://github.com/Azure/kubelogin/pull/591 +* fixed the default target in makefile by @weinong in https://github.com/Azure/kubelogin/pull/601 ### New Contributors