diff --git a/CHANGELOG.md b/CHANGELOG.md index 086c931c5..98a302cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v5.27.1 (2024-07-31) + +### Fix + +* Reinstate buttons to overwrite popup ([#1688](https://github.com/ocadotechnology/rapid-router/issues/1688)) ([`9866068`](https://github.com/ocadotechnology/rapid-router/commit/986606850f478d33f01f1c407092423d8726f8f3)) + ## v5.27.0 (2024-07-30) ### Feature diff --git a/game/__init__.py b/game/__init__.py index 9c6993fda..60d97b712 100644 --- a/game/__init__.py +++ b/game/__init__.py @@ -1 +1 @@ -__version__ = "5.27.0" +__version__ = "5.27.1"