diff --git a/CHANGELOG.md b/CHANGELOG.md index 200c208..a6ef842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 3.0.2 (2013-12-27) + +- assign given_url to `Uri` when item couldn't be resolved by Pocket + +### 3.0.1 (2013-12-15) + +- added `PreRequest` to interface + ### 3.0.0 (2013-12-15) - `cancellationToken` support for all methods diff --git a/LICENSE-MIT b/LICENSE-MIT index ea1a58c..1bf9623 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (c) 2013 cee, Tobias Klika +Copyright (c) 2014 cee, Tobias Klika Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/PocketSharp/Properties/AssemblyInfo.cs b/PocketSharp/Properties/AssemblyInfo.cs index 2ef5e0e..8ee8f1e 100644 --- a/PocketSharp/Properties/AssemblyInfo.cs +++ b/PocketSharp/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("cee")] [assembly: AssemblyProduct("PocketSharp")] -[assembly: AssemblyCopyright("Copyright © cee 2013")] +[assembly: AssemblyCopyright("Copyright © cee 2014")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -22,5 +22,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("3.0.1")] -[assembly: AssemblyFileVersion("3.0.1")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.2")] +[assembly: AssemblyFileVersion("3.0.2")] \ No newline at end of file