diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e3e34f6..2f07326a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v5.7.2 (2022-12-06) +### Fix +* Added title case to level buttons ([#1388](https://github.com/ocadotechnology/rapid-router/issues/1388)) ([`48f819e`](https://github.com/ocadotechnology/rapid-router/commit/48f819e30bebfa315c48127ab8332088d6abac97)) + ## v5.7.1 (2022-12-05) ### Fix * Added a migration fix ([#1387](https://github.com/ocadotechnology/rapid-router/issues/1387)) ([`b8aa2a1`](https://github.com/ocadotechnology/rapid-router/commit/b8aa2a17882e281844b3dcb22aae0cb2f9f09925)) diff --git a/game/__init__.py b/game/__init__.py index 28a77fe05..a5ccce424 100644 --- a/game/__init__.py +++ b/game/__init__.py @@ -1 +1 @@ -__version__ = "5.7.1" +__version__ = "5.7.2"