diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa86a1e..66bfcb7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.6.1.4 +- Fixes for Glitched Rain State (Bonk Shuffle included) +- \~Merged in DR v1.5.0~ + - GT Key Logic fix + - New HUD key count behavior + - Pot uncoloring on collection + ## 0.6.1.3 - Added new post-gen option to change Triforce Piece GFX - Added new GFX for 10/11 keys to replace the A/B GFX diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 8cb1e68c..aefa4ae6 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.3' +version_number = '0.6.1.4' # branch indicator is intentionally different across branches version_branch = '-u'