diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d0a0ea9..d3a833ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ### Changelog ======= + +#### Version - 1.0 beta 17 - 1/22/2020 +* Build server now indexes CDN files after they are uploaded +* Build server actively looks for DynDOLOD updates +* Fix for the null key exception during compilation +* Added support for tesalliance, and afkmods * Fix for queue size recommendation of 0GB RAM on low-end machines * Fix for website readme compilation * Fix for compiler downloads folder specification (was always standard path) diff --git a/Wabbajack/Properties/AssemblyInfo.cs b/Wabbajack/Properties/AssemblyInfo.cs index 9ee948ef..52a7fb47 100644 --- a/Wabbajack/Properties/AssemblyInfo.cs +++ b/Wabbajack/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ using System.Windows; // 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("0.9.16.0")] -[assembly: AssemblyFileVersion("0.9.16.0")] +[assembly: AssemblyVersion("0.9.17.0")] +[assembly: AssemblyFileVersion("0.9.17.0")]