diff --git a/AFSPacker/Properties/AssemblyInfo.cs b/AFSPacker/Properties/AssemblyInfo.cs index 63f2ef8..3ef99b5 100644 --- a/AFSPacker/Properties/AssemblyInfo.cs +++ b/AFSPacker/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.2.4.0")] -[assembly: AssemblyFileVersion("1.2.4.0")] +[assembly: AssemblyVersion("1.2.5.0")] +[assembly: AssemblyFileVersion("1.2.5.0")] diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ba84f..196ad2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.2.5] - 2021-08-31 +### Fixed +- Fixed not being able to extract or create AFS files with empty name entries, for games like Winback 2: Project Poseidon. ## [1.2.4] - 2020-12-15 ### Fixed