diff --git a/CHANGELOG.md b/CHANGELOG.md index 768914b05..0b60eac62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.6.0 (2021-04-16) +### Feature +* Check cookie consent when muting game ([#1157](https://github.com/ocadotechnology/rapid-router/issues/1157)) ([`85b5279`](https://github.com/ocadotechnology/rapid-router/commit/85b5279f14a4eb413fa7f5ff58daa3f12da441c2)) + ## v2.5.8 (2021-03-26) ### Fix * Improve sharing table generation ([#1171](https://github.com/ocadotechnology/rapid-router/issues/1171)) ([`ea7aa41`](https://github.com/ocadotechnology/rapid-router/commit/ea7aa4136a89f000d6a973f1c1d2100e1fd653ed)) diff --git a/game/__init__.py b/game/__init__.py index 83e1a1cce..b60909c69 100644 --- a/game/__init__.py +++ b/game/__init__.py @@ -35,4 +35,4 @@ # program; modified versions of the program must be marked as such and not # identified as the original program. -__version__ = '2.5.8' +__version__ = '2.6.0'