diff --git a/changelog.md b/changelog.md index d6e3586b..2a6601ce 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,7 @@ Saves from 7.x are not compatible with 8.0. ## Features/Improvements +* **[Engine]** Support for Normandy 2 airfields. * **[Factions]** Replaced Patriot STRs "EWRs" with AN/FPS-117 for blue factions 1980 or newer. * **[Mission Generation]** Added option to prevent scud and V2 sites from firing at the start of the mission. * **[Mission Generation]** Added settings for controlling number of tactical commander, observer, JTAC, and game master slots. diff --git a/game/version.py b/game/version.py index 62b71870..9a30c660 100644 --- a/game/version.py +++ b/game/version.py @@ -175,4 +175,7 @@ VERSION = _build_version_string() #: #: Version 10.7 #: * Support for defining squadron sizes. -CAMPAIGN_FORMAT_VERSION = (10, 7) +#: +#: Version 10.8 +#: * Support for Normandy 2. +CAMPAIGN_FORMAT_VERSION = (10, 8)