diff --git a/CHANGELOG b/CHANGELOG
index 3e78799..ce8f110 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+3.2.1 - XML documentation is now included in the NuGet package. Fixes #52
+
3.2.0 - MockHttpMessageHandler now tracks successful matches. Fixes #35
- Added WithExactQueryString / WithExactFormData overloads. Fixes #37
- Added BackendDefinitionBehavior to allow matching Backend Definitions when Request Expectations exist, but don't match. Fixes #45
diff --git a/RichardSzalay.MockHttp.nuspec b/RichardSzalay.MockHttp.nuspec
index acc5eda..4525370 100644
--- a/RichardSzalay.MockHttp.nuspec
+++ b/RichardSzalay.MockHttp.nuspec
@@ -10,7 +10,8 @@
https://github.com/richardszalay/mockhttp
false
Testing layer for Microsoft's HttpClient library
- 3.2.0 - MockHttpMessageHandler now tracks successful matches. Fixes #35
+ 3.2.1 - XML documentation is now included in the NuGet package. Fixes #52
+3.2.0 - MockHttpMessageHandler now tracks successful matches. Fixes #35
- Added WithExactQueryString / WithExactFormData overloads. Fixes #37
- Added BackendDefinitionBehavior to allow matching Backend Definitions when Request Expectations exist, but don't match. Fixes #45
- Fixed typo in Response(HttpResponseMessage) obsolete message. Fixes #44