diff --git a/CHANGELOG.md b/CHANGELOG.md index 9718ffb4..9c5ace07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ ### Changelog -#### Version - Next +#### Version - 1.0 beta 2 - 11/23/2019 * Optimized install process, if you install on a directory that already contains an install the minimal amount of work will be done to update the install, instead of doing a complete from-scratch install * Vortex Support for some non-Bethesda games. * Reworked several internal systems (VFS and workqueues) for better reliability and stability +* Patches are cached during compilation, and source files are no longer extracted every compile #### Version 1.0 beta 1 - 11/6/2019 * New Installation GUI diff --git a/Wabbajack/Properties/AssemblyInfo.cs b/Wabbajack/Properties/AssemblyInfo.cs index 4d2e00e7..2a72367d 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("1.0.6.0")] -[assembly: AssemblyFileVersion("1.0.6.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.7.0")] +[assembly: AssemblyFileVersion("1.0.7.0")]