diff --git a/changelog/unreleased/bugfix-browser-confirmation-after-closing-editor b/changelog/8.0.4_2024-07-02/bugfix-browser-confirmation-after-closing-editor similarity index 100% rename from changelog/unreleased/bugfix-browser-confirmation-after-closing-editor rename to changelog/8.0.4_2024-07-02/bugfix-browser-confirmation-after-closing-editor diff --git a/changelog/unreleased/bugfix-button-focus-closing-editor b/changelog/8.0.4_2024-07-02/bugfix-button-focus-closing-editor similarity index 100% rename from changelog/unreleased/bugfix-button-focus-closing-editor rename to changelog/8.0.4_2024-07-02/bugfix-button-focus-closing-editor diff --git a/changelog/unreleased/bugfix-keyboard-navigation-breaking b/changelog/8.0.4_2024-07-02/bugfix-keyboard-navigation-breaking similarity index 100% rename from changelog/unreleased/bugfix-keyboard-navigation-breaking rename to changelog/8.0.4_2024-07-02/bugfix-keyboard-navigation-breaking diff --git a/changelog/unreleased/bugfix-opening-public-links-with-expired-token b/changelog/8.0.4_2024-07-02/bugfix-opening-public-links-with-expired-token similarity index 100% rename from changelog/unreleased/bugfix-opening-public-links-with-expired-token rename to changelog/8.0.4_2024-07-02/bugfix-opening-public-links-with-expired-token diff --git a/package.json b/package.json index 98f5902c4fe..a8435f75b7b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "8.0.3", + "version": "8.0.4", "private": true, "homepage": "https://github.com/owncloud/web", "license": "AGPL-3.0", diff --git a/sonar-project.properties b/sonar-project.properties index 2e89f3799f8..cdb09ffbf4d 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=owncloud_web sonar.organization=owncloud-1 sonar.projectName=Web -sonar.projectVersion=8.0.3 +sonar.projectVersion=8.0.4 sonar.host.url=https://sonarcloud.io # =====================================================