diff --git a/changelog/unreleased/bump-dependencies.md b/changelog/7.1.0-rc.1_2025-01-10/bump-dependencies.md similarity index 100% rename from changelog/unreleased/bump-dependencies.md rename to changelog/7.1.0-rc.1_2025-01-10/bump-dependencies.md diff --git a/changelog/unreleased/bump-reva.md b/changelog/7.1.0-rc.1_2025-01-10/bump-reva.md similarity index 67% rename from changelog/unreleased/bump-reva.md rename to changelog/7.1.0-rc.1_2025-01-10/bump-reva.md index 65de89cea4b..eecf1366a15 100644 --- a/changelog/unreleased/bump-reva.md +++ b/changelog/7.1.0-rc.1_2025-01-10/bump-reva.md @@ -2,5 +2,4 @@ Enhancement: Bump Reva Bumps the reva version -https://github.com/owncloud/ocis/pull/10830 https://github.com/owncloud/ocis/pull/10842 diff --git a/changelog/unreleased/enhancement-add-events-setting.md b/changelog/7.1.0-rc.1_2025-01-10/enhancement-add-events-setting.md similarity index 100% rename from changelog/unreleased/enhancement-add-events-setting.md rename to changelog/7.1.0-rc.1_2025-01-10/enhancement-add-events-setting.md diff --git a/changelog/unreleased/enhancement-in-app-notifications-filtering.md b/changelog/7.1.0-rc.1_2025-01-10/enhancement-in-app-notifications-filtering.md similarity index 100% rename from changelog/unreleased/enhancement-in-app-notifications-filtering.md rename to changelog/7.1.0-rc.1_2025-01-10/enhancement-in-app-notifications-filtering.md diff --git a/changelog/unreleased/enhancement-mail-notifications-filtering.md b/changelog/7.1.0-rc.1_2025-01-10/enhancement-mail-notifications-filtering.md similarity index 100% rename from changelog/unreleased/enhancement-mail-notifications-filtering.md rename to changelog/7.1.0-rc.1_2025-01-10/enhancement-mail-notifications-filtering.md diff --git a/changelog/unreleased/enhancement-mail-notifications-grouping.md b/changelog/7.1.0-rc.1_2025-01-10/enhancement-mail-notifications-grouping.md similarity index 100% rename from changelog/unreleased/enhancement-mail-notifications-grouping.md rename to changelog/7.1.0-rc.1_2025-01-10/enhancement-mail-notifications-grouping.md diff --git a/changelog/unreleased/fix-graph-invite-createddatetime.md b/changelog/7.1.0-rc.1_2025-01-10/fix-graph-invite-createddatetime.md similarity index 100% rename from changelog/unreleased/fix-graph-invite-createddatetime.md rename to changelog/7.1.0-rc.1_2025-01-10/fix-graph-invite-createddatetime.md diff --git a/changelog/unreleased/notification-settings-translations.md b/changelog/7.1.0-rc.1_2025-01-10/notification-settings-translations.md similarity index 100% rename from changelog/unreleased/notification-settings-translations.md rename to changelog/7.1.0-rc.1_2025-01-10/notification-settings-translations.md diff --git a/changelog/unreleased/ocm-accept-invite.md b/changelog/7.1.0-rc.1_2025-01-10/ocm-accept-invite.md similarity index 100% rename from changelog/unreleased/ocm-accept-invite.md rename to changelog/7.1.0-rc.1_2025-01-10/ocm-accept-invite.md diff --git a/changelog/unreleased/update-web.md b/changelog/7.1.0-rc.1_2025-01-10/update-web.md similarity index 100% rename from changelog/unreleased/update-web.md rename to changelog/7.1.0-rc.1_2025-01-10/update-web.md diff --git a/ocis-pkg/version/version.go b/ocis-pkg/version/version.go index 29b01b6fb5f..dd93d4c1d39 100644 --- a/ocis-pkg/version/version.go +++ b/ocis-pkg/version/version.go @@ -16,7 +16,7 @@ var ( // LatestTag is the latest released version plus the dev meta version. // Will be overwritten by the release pipeline // Needs a manual change for every tagged release - LatestTag = "7.0.0+dev" + LatestTag = "7.1.0-rc.1+dev" // Date indicates the build date. // This has been removed, it looks like you can only replace static strings with recent go versions diff --git a/sonar-project.properties b/sonar-project.properties index 304aaf04360..1d972f906fa 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=owncloud_ocis sonar.organization=owncloud-1 sonar.projectName=ocis -sonar.projectVersion=7.0.0 +sonar.projectVersion=7.1.0-rc.1 sonar.host.url=https://sonarcloud.io # =====================================================