diff --git a/CHANGELOG.md b/CHANGELOG.md index 8297195..38283d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.2.2 (2013-11-01) + +- Password validation in RegisterAccount + ### 2.2.1 (2013-10-27) - Fix NReadability parsing issue diff --git a/PocketSharp/Properties/AssemblyInfo.cs b/PocketSharp/Properties/AssemblyInfo.cs index b51fd5f..e385ee7 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.2.1")] -[assembly: AssemblyFileVersion("2.2.1")] \ No newline at end of file +[assembly: AssemblyVersion("2.2.2")] +[assembly: AssemblyFileVersion("2.2.2")] \ No newline at end of file