From d00cafd2acb08896c787f5da7fe7ac4cd07c6e90 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 4 Aug 2026 07:17:17 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8E=89=20Release=207.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f090d16b..abf3effd96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [7.5.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.5.0) - 2026-08-04 + +### ❤️ Thanks to all contributors! ❤️ + +@pbleser-oc + +### 📈 Enhancement + +- feat(posixfs): #3182 add basepath option in the "posixfs scan" command [[#3235](https://github.com/opencloud-eu/opencloud/pull/3235)] + ## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-08-03 ### ❤️ Thanks to all contributors! ❤️ From 51a65fa62bbc64c756dcb7cf60b1fcbc8ee22558 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 5 Aug 2026 07:25:50 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=89=20Release=207.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf3effd96..08d1a1b90b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog -## [7.5.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.5.0) - 2026-08-04 +## [7.5.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.5.0) - 2026-08-05 ### ❤️ Thanks to all contributors! ❤️ -@pbleser-oc +@pbleser-oc, @v-scharf + +### ✅ Tests + +- api-test: replace sleeps with WaitHelper poll for async state [[#3239](https://github.com/opencloud-eu/opencloud/pull/3239)] ### 📈 Enhancement