diff --git a/CHANGELOG.md b/CHANGELOG.md index 44dc184d..790cfaf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.3.1.0 +- Added new Triforce Cutscene when getting Triforce item (turning in TF Pieces) +- Fixed issue with enemy key drops displaying the wrong GFX +- Fixed issue with boss music playing in Hera after boss is defeated +- Fixed issue that limited the Bonk count to cap at 99 +- Made Murahdahla interactable on Pyramid in Rainstate + ## 0.3.0.8 - All Bonk prize GFX are no longer using the Power Star placeholder GFX - Fixed issue with dislaying Key GFX during tablet animations diff --git a/OverworldShuffle.py b/OverworldShuffle.py index bd8a05d2..0c483b14 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -7,7 +7,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType from OverworldGlitchRules import create_owg_connections from Utils import bidict -version_number = '0.3.0.8' +version_number = '0.3.1.0' # branch indicator is intentionally different across branches version_branch = '-u'