diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md index 5d30d7e50ac44..043479238d068 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md +++ b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md @@ -2,8 +2,16 @@ ## 1.3.0-beta.1 (Unreleased) +### Acknowledgments + +Thank you to our developer community members who helped to make the Key Vault configuration library better with their contributions to this release: + +- Daniel Laughland _([GitHub](https://github.com/jabberwik))_ + ### Features Added +- Changed visibility of `AzureKeyVaultConfigurationSource` as public to allow for custom ordering of configuration sections when reading. _(A community contribution, courtesy of [jabberwik](https://github.com/jabberwik))_ + ### Breaking Changes ### Bugs Fixed @@ -13,7 +21,8 @@ ## 1.2.2 (2022-04-05) ### Acknowledgments -Thank you to our developer community members who helped to make the Service Bus client library better with their contributions to this release: + +Thank you to our developer community members who helped to make the Key Vault configuration library better with their contributions to this release: - Martin Costello _([GitHub](https://github.com/martincostello))_