diff --git a/changelog/unreleased/add-trach-bin-cli.md b/changelog/4.0.5_2023-12-21/add-trach-bin-cli.md similarity index 100% rename from changelog/unreleased/add-trach-bin-cli.md rename to changelog/4.0.5_2023-12-21/add-trach-bin-cli.md diff --git a/changelog/unreleased/fix-auth-allow-empty-cred-chain.md b/changelog/4.0.5_2023-12-21/fix-auth-allow-empty-cred-chain.md similarity index 100% rename from changelog/unreleased/fix-auth-allow-empty-cred-chain.md rename to changelog/4.0.5_2023-12-21/fix-auth-allow-empty-cred-chain.md diff --git a/changelog/unreleased/fix-traces.md b/changelog/4.0.5_2023-12-21/fix-traces.md similarity index 100% rename from changelog/unreleased/fix-traces.md rename to changelog/4.0.5_2023-12-21/fix-traces.md diff --git a/changelog/unreleased/fix-upload-session-purging.md b/changelog/4.0.5_2023-12-21/fix-upload-session-purging.md similarity index 100% rename from changelog/unreleased/fix-upload-session-purging.md rename to changelog/4.0.5_2023-12-21/fix-upload-session-purging.md diff --git a/ocis-pkg/version/version.go b/ocis-pkg/version/version.go index 3b7f33940f8..79f06dc6dec 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 = "4.0.4+dev" + LatestTag = "4.0.5+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 6ca952d5bf0..1b45ae5f7bb 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=4.0.4 +sonar.projectVersion=4.0.5 sonar.host.url=https://sonarcloud.io # =====================================================