diff --git a/changelog.md b/changelog.md index f99dac91..a3b121c3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +# 5.1.1 + +Saves from 5.1.0 are compatible with 5.1.1. + +## Fixes + +* + # 5.1.0 Saves from 5.0.0 are compatible with 5.1.0 diff --git a/game/version.py b/game/version.py index 23bc07a1..bf7d8120 100644 --- a/game/version.py +++ b/game/version.py @@ -3,7 +3,7 @@ from pathlib import Path MAJOR_VERSION = 5 MINOR_VERSION = 1 -MICRO_VERSION = 0 +MICRO_VERSION = 1 def _build_version_string() -> str: