diff --git a/ShopifySharp/Properties/AssemblyInfo.cs b/ShopifySharp/Properties/AssemblyInfo.cs
index 53f65004d..d6c614a76 100644
--- a/ShopifySharp/Properties/AssemblyInfo.cs
+++ b/ShopifySharp/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.0.1.0")]
+[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
diff --git a/ShopifySharp/ShopifySharp.nuspec b/ShopifySharp/ShopifySharp.nuspec
index 8832130d3..4466d1df3 100644
--- a/ShopifySharp/ShopifySharp.nuspec
+++ b/ShopifySharp/ShopifySharp.nuspec
@@ -11,6 +11,10 @@
false
ShopifySharp is a .NET library that enables you to authenticate and make API calls to Shopify.
+ 2.0.2
+ ======
+ - Bugfix: ShopifyProductVariant.Grams field could occasionally be null, throwing a deserialization exception. Null value now defaults to 0. #48
+
2.0.1
======
- Fixed a bug where ShopifySharp would throw an `ArgumentNullException` while trying to deserialize an empty response error from Shopify. #46
diff --git a/readme.md b/readme.md
index 1f690f028..f236aa03f 100644
--- a/readme.md
+++ b/readme.md
@@ -89,6 +89,7 @@ These generous people have contributed their own hard work and time to improving
- [ishahrier](https://github.com/ishahrier)
- [darkstar74](https://github.com/darkstar74)
- [Angel Arriaga](https://github.com/damazoarriaga)
+- [Shaju Mohammed](https://github.com/shajumohamed)
Thank you!