From 5072a266dde6a32b11c5acaeccad4321e2317e93 Mon Sep 17 00:00:00 2001 From: Austin Gebauer Date: Tue, 8 Aug 2023 12:11:04 -0700 Subject: [PATCH] Updates changelog for go-autorest removal --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a809345..ede80d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ FEATURES: * Allow Workload Identity Federation based Azure resources to authenticate with Vault via appID +IMPROVEMENTS: +* Replaces the deprecated [go-autorest](https://github.com/Azure/go-autorest) client with [msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go) [[GH-121]](https://github.com/hashicorp/vault-plugin-auth-azure/pull/121) + ## v0.15.1 BUG FIXES: