diff --git a/changelog.md b/changelog.md index 0a41e38..c70acac 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +3.2.1 +======== +- Improve the XML documentation (See [#85](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/85) and [#86](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/86)) +- Add unit tests for a 100% code coverage + 3.2.0 ======== - Add `RequiresUnreferencedCode` attribute to `IDownstreamApi` and `IDownstreamApiHttpMethods`. See [#82](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/82) for details.