diff --git a/CHANGELOG.md b/CHANGELOG.md
index d164cfd..445d107 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+### 2.0.1 (2013-10-19)
+
+- Catch HttpRequestExceptions and provide as InnerException for PocketException
+- Read Article from URI (method overload)
+
### 2.0.0 (2013-10-17)
- Add Reader API _(does not use the official Article View API, which is private. The PocketReader is based on a custom PCL port of NReadability and SgmlReader)_
diff --git a/PocketSharp.Website/index.html b/PocketSharp.Website/index.html
index 54aa1f1..5229ca2 100644
--- a/PocketSharp.Website/index.html
+++ b/PocketSharp.Website/index.html
@@ -33,7 +33,7 @@
PocketSharp is a C#.NET class library, that integrates the Pocket API v3
- Current version: 2.0.0
+ Current version: 2.0.1
@ nuget
@@ -126,6 +126,7 @@ using PocketSharp.Models;
Release History
+ - 2.0.1 (2013-10-19) Catch HttpRequestExceptions and provide as InnerException for PocketException + Read Article from URI (method overload)
- 2.0.0 (2013-10-17) Add Reader API
- 1.5.1 (2013-09-30)
RetrieveFilter.All didn't work; improve search speed
- 1.5.0 (2013-09-28) add statistics and registration API
diff --git a/PocketSharp/Properties/AssemblyInfo.cs b/PocketSharp/Properties/AssemblyInfo.cs
index b05a031..955b8c2 100644
--- a/PocketSharp/Properties/AssemblyInfo.cs
+++ b/PocketSharp/Properties/AssemblyInfo.cs
@@ -25,5 +25,5 @@ using System.Runtime.InteropServices;
// 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.0")]
-[assembly: AssemblyFileVersion("2.0.0")]
\ No newline at end of file
+[assembly: AssemblyVersion("2.0.1")]
+[assembly: AssemblyFileVersion("2.0.1")]
\ No newline at end of file