diff --git a/CHANGELOG.md b/CHANGELOG.md index e72fadf60..4c368ad93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v6.0.1 (2024-08-07) + +### Fix + +* Deliver at non-destination does not show popup ([#1694](https://github.com/ocadotechnology/rapid-router/issues/1694)) ([`9e1f4b0`](https://github.com/ocadotechnology/rapid-router/commit/9e1f4b05749186469fd49e64d2620b10ad10e4d2)) + ## v6.0.0 (2024-08-01) ### Fix diff --git a/game/__init__.py b/game/__init__.py index 0f607a5d2..79a961b4f 100644 --- a/game/__init__.py +++ b/game/__init__.py @@ -1 +1 @@ -__version__ = "6.0.0" +__version__ = "6.0.1"