diff --git a/changelog.md b/changelog.md index 3c0ee3d7..28f7945c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +# 6.0.0 + +Saves from 5.x are not compatible with 6.0. + +## Features/Improvements + +* **[Mission Generation]** Added an option to fast-forward mission generation until the point of first contact (WIP). + +## Fixes + # 5.0.0 Saves from 4.x are not compatible with 5.0. diff --git a/game/version.py b/game/version.py index f2f59eca..55d27d74 100644 --- a/game/version.py +++ b/game/version.py @@ -1,7 +1,7 @@ from pathlib import Path -MAJOR_VERSION = 5 +MAJOR_VERSION = 6 MINOR_VERSION = 0 MICRO_VERSION = 0