From c02bd90487b7866cdc4cdcacddd8885aaf51a80e Mon Sep 17 00:00:00 2001 From: CovenEsme <84377742+CovenEsme@users.noreply.github.com> Date: Sat, 27 Jul 2024 19:25:25 +0100 Subject: [PATCH 1/2] Update version to 1.3 --- constants/randoconstants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From f350c0e5a303c52145c0fdf473d808f84d694917 Mon Sep 17 00:00:00 2001 From: CovenEsme <84377742+CovenEsme@users.noreply.github.com> Date: Sat, 27 Jul 2024 19:28:08 +0100 Subject: [PATCH 2/2] Update changelog --- docs/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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