diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e233338..d706bb64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ DashFaction Changelog ===================== -Version 1.4.1 -------------- +Version 1.4.1 (released 2019-12-07) +----------------------------------- - add 'skip_cutscene_bind' command allowing to change the control used for skipping cutscenes (by default Multiplayer Stats - TAB) - fix crash after exiting administration with Gryphon (regression) +- fix crash when joining Pure Faction servers (regression) Version 1.4.0 (released 2019-12-04) ----------------------------------- diff --git a/common/include/common/version.h b/common/include/common/version.h index 299d3f72..c5091af0 100644 --- a/common/include/common/version.h +++ b/common/include/common/version.h @@ -4,7 +4,7 @@ #define PRODUCT_NAME "Dash Faction" #define VERSION_MAJOR 1 #define VERSION_MINOR 4 -#define VERSION_PATCH 0 -#define VERSION_STR "1.4.0" +#define VERSION_PATCH 1 +#define VERSION_STR "1.4.1" #define PRODUCT_NAME_VERSION PRODUCT_NAME " " VERSION_STR // clang-format on