diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b2524b3..f7be92ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Pelita changelog + * v2.5.1 (09. Oct 2024) + + - 1000 new layouts with dead ends + - Matches will be played on a maze with dead ends/chambers with 25% chance + - Reduced the radius of the food shadow + - Streamlined handling of random numbers and seeding + * v2.5.0 (08. Aug 2024) - Food ageing and relocation to discourage camping strategies diff --git a/pelita/__init__.py b/pelita/__init__.py index ec0f3d900..1f2c00764 100644 --- a/pelita/__init__.py +++ b/pelita/__init__.py @@ -3,4 +3,4 @@ network, viewer) -__version__ = '2.5.0' +__version__ = '2.5.1'