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