From e1d9893467e6829e3038884025b2b89afab10d54 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:28:34 -0700 Subject: [PATCH] Acknowledge community contribution to Identity (#6092) * Acknowledge community contribution to Identity * Update cspell.json --------- Co-authored-by: Anton Kolesnyk --- .vscode/cspell.json | 2 ++ sdk/identity/azure-identity/CHANGELOG.md | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 3f80b06b9..a5a4f8f93 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -83,6 +83,7 @@ "azuresdkdocs", "azuresdkforcpp", "azurl", + "Blischak", "centralindia", "centralus", "centraluseuap", @@ -145,6 +146,7 @@ "italynorth", "itfactor", "iusg", + "jdblischak", "jepio", "Jeremi", "jnyfah", diff --git a/sdk/identity/azure-identity/CHANGELOG.md b/sdk/identity/azure-identity/CHANGELOG.md index 2b2519a57..871f21e59 100644 --- a/sdk/identity/azure-identity/CHANGELOG.md +++ b/sdk/identity/azure-identity/CHANGELOG.md @@ -10,6 +10,12 @@ ### Other Changes +- [[#6086]](https://github.com/Azure/azure-sdk-for-cpp/pull/6086) Correct minimum version specification for the Azure Core dependency. (A community contribution, courtesy of _[jdblischak](https://github.com/jdblischak)_) + +Thank you to our developer community members who helped to make Azure Identity better with their contributions to this release: + +- John Blischak _([GitHub](https://github.com/jdblischak))_ + ## 1.10.0 (2024-10-08) ### Features Added