diff --git a/CHANGELOG.md b/CHANGELOG.md index 826bffee..cc866d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.6.1.6 +- Fixed bonk drop sparkles in DW +- \~Merged in DR v1.5.1~ + - Fixed key count issues + ## 0.6.1.5 - Fixed error with non-prize shuffle diff --git a/OverworldShuffle.py b/OverworldShuffle.py index c78c0c4e..53c5815e 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -8,7 +8,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType from OverworldGlitchRules import create_owg_connections from Utils import bidict -version_number = '0.6.1.5' +version_number = '0.6.1.6' # branch indicator is intentionally different across branches version_branch = '-u'