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