diff --git a/changelog.md b/changelog.md index b7a4c141..01378c2b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,14 +1,16 @@ -# 5.1.1 +# 5.2.0 -Saves from 5.1.0 are compatible with 5.1.1. +Saves from 5.1.0 are compatible with 5.2.0 +## Features/Improvements + +* **[Modding]** Add UH-60L mod support +* **[Campaign]** Vegas Nerve campaign update ## Fixes * **[Mission Generation]** Fixed incorrect SA-5 and NASAMS threat range when TR destroyed. It will not count as threat anymore when the TR is dead. * **[Mission Generation]** Fixed "Max Threat Range" error * **[Mission Generation]** Fix unculled zones not updating when needed -* **[Campaign]** Vegas Nerve campaign update -* **[Modding]** Add UH-60L mod support * **[Data]** Removed Fw 190 A-8 and D-9 from Germany 1940 and 1942 faction list for historical accuracy. * **[Data]** Updated Loadouts for Tornado GR4, F-15E and F-16C * **[UI]** Typhoon GR4 and IDS images diff --git a/game/version.py b/game/version.py index bf7d8120..e0aa18fe 100644 --- a/game/version.py +++ b/game/version.py @@ -2,8 +2,8 @@ from pathlib import Path MAJOR_VERSION = 5 -MINOR_VERSION = 1 -MICRO_VERSION = 1 +MINOR_VERSION = 2 +MICRO_VERSION = 0 def _build_version_string() -> str: