diff --git a/History.md b/History.md index b7d14819..a14a672c 100644 --- a/History.md +++ b/History.md @@ -1,9 +1,13 @@ Unreleased ================== +1.1.8 (stable) / 2015-01-26 +================== + * added; invoice address on previews * added; `invoice.OriginalInvoiceNumber` * added; VatLocationValid to Account +* fixed; clearing subscription addons from subscription * added; Open Amount Refunds to Invoice 1.1.7 (stable) / 2014-12-19 diff --git a/Library/Properties/AssemblyInfo.cs b/Library/Properties/AssemblyInfo.cs index 1f8db486..f25206fb 100644 --- a/Library/Properties/AssemblyInfo.cs +++ b/Library/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("1.1.7.0")] -[assembly: AssemblyFileVersion("1.1.7.0")] +[assembly: AssemblyVersion("1.1.8.0")] +[assembly: AssemblyFileVersion("1.1.8.0")]