diff --git a/CHANGELOG.md b/CHANGELOG.md index 61fc68fd..b7435482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.1.2 +- Various fixes for Custom Goal Framework +- Added custom gfx for Pedestal and Murahdahla +- Re-fixed purple chest follower dupe +- Updated tournament winners texts + ## 0.6.1.1 - Fixed issue with Bosses goals in Custom Goal Framework - Fixed error when using Custom Goals with no extra values diff --git a/OverworldShuffle.py b/OverworldShuffle.py index ebd067bb..028f1659 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.1' +version_number = '0.6.1.2' # branch indicator is intentionally different across branches version_branch = '-u'