From 9a57461a4f421e5d21816742bca734d2fb4da0af Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 2 Sep 2024 10:06:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20releasing=20version=201.72.1=20@?= =?UTF-8?q?=202024-09-02=2010:06=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ changes/20240902105601.bugfix | 1 - utils/module.properties | 6 +++--- 3 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 changes/20240902105601.bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1bc3168f..e983ad1564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,15 @@ beta releases are not included in this history. [//]: # (begin_release_notes) +"1.72.1" (2024-09-02) +===================== + +Bugfixes +-------- + +- :bug: `[filesystem]` Made LsRecursive global and changed some function names to avoid confusion (#20240902105601) + + "1.72.0" (2024-08-30) ===================== diff --git a/changes/20240902105601.bugfix b/changes/20240902105601.bugfix deleted file mode 100644 index 9478ea5b08..0000000000 --- a/changes/20240902105601.bugfix +++ /dev/null @@ -1 +0,0 @@ -:bug: `[filesystem]` Made LsRecursive global and changed some function names to avoid confusion \ No newline at end of file diff --git a/utils/module.properties b/utils/module.properties index 1bd18957e7..b21086e634 100644 --- a/utils/module.properties +++ b/utils/module.properties @@ -1,5 +1,5 @@ -Version=1.72.0 +Version=1.72.1 MajorVersion=1 MinorVersion=72 -PatchVersion=0 -CommitHash=3a16bf6959724c76d56994d63a01e3e10f1bee89 \ No newline at end of file +PatchVersion=1 +CommitHash=6b4057b88d76076d0584d18eac1aa81093c18c92 \ No newline at end of file