diff --git a/changelog/unreleased/bump-reva.md b/changelog/7.0.0-rc.4_2024-12-09/bump-reva.md similarity index 100% rename from changelog/unreleased/bump-reva.md rename to changelog/7.0.0-rc.4_2024-12-09/bump-reva.md diff --git a/changelog/unreleased/fix-denied.md b/changelog/7.0.0-rc.4_2024-12-09/fix-denied.md similarity index 100% rename from changelog/unreleased/fix-denied.md rename to changelog/7.0.0-rc.4_2024-12-09/fix-denied.md diff --git a/changelog/unreleased/fix-onlyoffice-file-location.md b/changelog/7.0.0-rc.4_2024-12-09/fix-onlyoffice-file-location.md similarity index 100% rename from changelog/unreleased/fix-onlyoffice-file-location.md rename to changelog/7.0.0-rc.4_2024-12-09/fix-onlyoffice-file-location.md diff --git a/changelog/unreleased/graph-concurrent-share-listing.md b/changelog/7.0.0-rc.4_2024-12-09/graph-concurrent-share-listing.md similarity index 100% rename from changelog/unreleased/graph-concurrent-share-listing.md rename to changelog/7.0.0-rc.4_2024-12-09/graph-concurrent-share-listing.md diff --git a/changelog/unreleased/graph-skip-fetching-members.md b/changelog/7.0.0-rc.4_2024-12-09/graph-skip-fetching-members.md similarity index 100% rename from changelog/unreleased/graph-skip-fetching-members.md rename to changelog/7.0.0-rc.4_2024-12-09/graph-skip-fetching-members.md diff --git a/changelog/unreleased/thumbnail-create-and-rename.md b/changelog/7.0.0-rc.4_2024-12-09/thumbnail-create-and-rename.md similarity index 100% rename from changelog/unreleased/thumbnail-create-and-rename.md rename to changelog/7.0.0-rc.4_2024-12-09/thumbnail-create-and-rename.md diff --git a/ocis-pkg/version/version.go b/ocis-pkg/version/version.go index 453e5225185..894df8b69c9 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-rc.3+dev" + LatestTag = "7.0.0-rc.4+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 e157b503cde..5c882d9ed1d 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-rc.3 +sonar.projectVersion=7.0.0-rc.4 sonar.host.url=https://sonarcloud.io # =====================================================