diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 9757820..4cc7356 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("0.19.8")] +[assembly: AssemblyVersion("0.19.9")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Resources/CHANGELOG.txt b/Resources/CHANGELOG.txt index e78dba1..e796e91 100644 --- a/Resources/CHANGELOG.txt +++ b/Resources/CHANGELOG.txt @@ -3,9 +3,11 @@ Version 0.19.9 _____________________________________________________________________________ - - Fixed problem when randomizing backstories. + - Fixed a problem when randomizing backstories. - Added missing backstories back to the backstory dialogs. - Added a "matching faction only" backstory filter. + - Fixed a problem where hair selections were being removed due to specific + alien races. Now all hairs are available for "humanlike" pawns. _____________________________________________________________________________