diff --git a/CHANGELOG.md b/CHANGELOG.md index f782574c..522421f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.3.0.2 +- \~Merged in DR v1.2.0.12~ + - Fixed some door landing issues +- Added Cold Fairy Statue as a new Bonk Location in Bonk Drop Shuffle +- Added Customizer support for enabling OWR Options +- Removed `Arrows (5)` item from Item Table, replaces with `Arrows (10)` + ## 0.3.0.1 - \~Merged in DR v1.2.0.10~ - Fixed some door landing issues diff --git a/OverworldShuffle.py b/OverworldShuffle.py index a49a6db5..264c5a19 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.1' +version_number = '0.3.0.2' # branch indicator is intentionally different across branches version_branch = '-u'