diff --git a/constants/randoconstants.py b/constants/randoconstants.py index d82f230f..54596cc5 100644 --- a/constants/randoconstants.py +++ b/constants/randoconstants.py @@ -6,4 +6,4 @@ # # Stable releases ex: "1.0", "1.1", "2.0" # Pre-releases ex: "1.0-alpha", "1.1-beta", "2.0-rc" -VERSION = "1.2" +VERSION = "1.3" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 95d27d2a..23df8c88 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Version 1.3 + +### Fixes +* Fixed issue beatable-only logic could cause errors due to dungeons being inaccessible + + + ## Version 1.2 ### Additions and Changes