diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9b3cd67..e72fadf60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v6.0.0 (2024-08-01) + +### Fix + +* Remove Kurono references ([#1690](https://github.com/ocadotechnology/rapid-router/issues/1690)) ([`9cab34e`](https://github.com/ocadotechnology/rapid-router/commit/9cab34ea513e34d8be86a3618b19e8a68a8ab297)) + +### Breaking + +* Remove Kurono references ([#1690](https://github.com/ocadotechnology/rapid-router/issues/1690)) ([`9cab34e`](https://github.com/ocadotechnology/rapid-router/commit/9cab34ea513e34d8be86a3618b19e8a68a8ab297)) + ## v5.28.0 (2024-07-31) ### Feature diff --git a/game/__init__.py b/game/__init__.py index 0c0796285..0f607a5d2 100644 --- a/game/__init__.py +++ b/game/__init__.py @@ -1 +1 @@ -__version__ = "5.28.0" +__version__ = "6.0.0"