diff --git a/CHANGES.md b/CHANGES.md index 21c8a914..5e41de0b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,11 +6,18 @@ HEAD: new items added as changes are made ------------------------------------------------------------------------------ Features: - * Restore reading of package translations from top level locale file. (haganbmj#43) - * Bundle other locale files, provide English translations as fallback rather than just using the key name. Bug fixes: +------------------------------------------------------------------------------ +version 2.3.1 (Unofficial), 2022-08-02 +------------------------------------------------------------------------------ + +Features: + * Add missing French locale translations. (haganbmj#40) + * Restore reading of package translations from top level locale file. (haganbmj#43) + * Bundle other locale files, provide English translations as fallback rather than just using the key name. + ------------------------------------------------------------------------------ version 2.3.0 (Unofficial), 2022-07-29 ------------------------------------------------------------------------------ diff --git a/CMakeLists.txt b/CMakeLists.txt index 27aa9610..f0589ca7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.13) -project(magicseteditor VERSION 2.3.0) +project(magicseteditor VERSION 2.3.1) add_definitions(-DUNOFFICIAL_BUILD) set(CMAKE_CXX_STANDARD 17)