From b1cc59f6efaebaf28ed76ee6ce3a6f1398ccc8b3 Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:38:19 +0300 Subject: [PATCH] update changelog and version --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8573718c..55f95a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Geode Changelog +## v2.0.0-beta.25 + * Fix updater sometimes skipping releases (18dd0b7) + * Fix resources getting downloaded every time (5f571d9) + * Implement `Fields` for fields in Modify classes that are not prone to memory error (4505b0d) + * Fix memory leak on new field containers (db32732) + ## v2.0.0-beta.24 * CMake error when compiling with Android SDK below 23 (ea34e12) * Fix rendering of soft line breaks in MDTextArea (c7f8b5f) diff --git a/VERSION b/VERSION index 8bf83ecb..d093a126 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-beta.24 \ No newline at end of file +2.0.0-beta.25 \ No newline at end of file