From d82a3443c79e40cada22deb6bdae17f58da66732 Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Sun, 15 Sep 2024 23:18:17 -0300 Subject: [PATCH] bump version and changelog --- CHANGELOG.md | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36450ce52..d91c54fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Geode Changelog +## v3.7.1 + * Fix crash with saving older custom settings (c3e7f23) + * Add missing CCDrawNode::drawRect overload (145adb2) + ## v3.7.0 * Add persistent directory for mods to save data that won't be deleted when the mod/Geode is uninstalled (68ab475) * Fix touch priority issues in the settings popup (b3d5474) diff --git a/VERSION b/VERSION index 7c69a55db..a76ccff2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.0 +3.7.1