diff --git a/changelog/3.1.0_2023-07-26/bugfix-add-missing-headers b/changelog/3.1.0_2023-07-31/bugfix-add-missing-headers similarity index 100% rename from changelog/3.1.0_2023-07-26/bugfix-add-missing-headers rename to changelog/3.1.0_2023-07-31/bugfix-add-missing-headers diff --git a/changelog/3.1.0_2023-07-26/bugfix-allow-removing-space-expiration-date b/changelog/3.1.0_2023-07-31/bugfix-allow-removing-space-expiration-date similarity index 100% rename from changelog/3.1.0_2023-07-26/bugfix-allow-removing-space-expiration-date rename to changelog/3.1.0_2023-07-31/bugfix-allow-removing-space-expiration-date diff --git a/changelog/3.1.0_2023-07-26/enhancement-add-notifications b/changelog/3.1.0_2023-07-31/enhancement-add-notifications similarity index 100% rename from changelog/3.1.0_2023-07-26/enhancement-add-notifications rename to changelog/3.1.0_2023-07-31/enhancement-add-notifications diff --git a/changelog/3.1.0_2023-07-26/enhancement-add-ocs-error b/changelog/3.1.0_2023-07-31/enhancement-add-ocs-error similarity index 100% rename from changelog/3.1.0_2023-07-26/enhancement-add-ocs-error rename to changelog/3.1.0_2023-07-31/enhancement-add-ocs-error diff --git a/changelog/3.1.0_2023-07-26/enhancement-add-resource-processing b/changelog/3.1.0_2023-07-31/enhancement-add-resource-processing similarity index 100% rename from changelog/3.1.0_2023-07-26/enhancement-add-resource-processing rename to changelog/3.1.0_2023-07-31/enhancement-add-resource-processing diff --git a/changelog/3.1.0_2023-07-26/enhancement-add-response-to-error-object b/changelog/3.1.0_2023-07-31/enhancement-add-response-to-error-object similarity index 100% rename from changelog/3.1.0_2023-07-26/enhancement-add-response-to-error-object rename to changelog/3.1.0_2023-07-31/enhancement-add-response-to-error-object diff --git a/changelog/unreleased/enhancement-search-allow-spaces-endpoint b/changelog/3.1.0_2023-07-31/enhancement-search-allow-spaces-endpoint similarity index 100% rename from changelog/unreleased/enhancement-search-allow-spaces-endpoint rename to changelog/3.1.0_2023-07-31/enhancement-search-allow-spaces-endpoint diff --git a/changelog/3.1.0_2023-07-26/enhancement-share-space-with-group b/changelog/3.1.0_2023-07-31/enhancement-share-space-with-group similarity index 100% rename from changelog/3.1.0_2023-07-26/enhancement-share-space-with-group rename to changelog/3.1.0_2023-07-31/enhancement-share-space-with-group diff --git a/package.json b/package.json index 40dcf4859..d2de49370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "owncloud-sdk", - "version": "3.1.0-alpha.6", + "version": "3.1.0-alpha.7", "description": "ownCloud client library for JavaScript", "keywords": [ "owncloud", diff --git a/sonar-project.properties b/sonar-project.properties index 5719fbb2d..cbaf7d61c 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=owncloud_owncloud-sdk sonar.organization=owncloud-1 sonar.projectName=owncloud-sdk -sonar.projectVersion=3.1.0-alpha.6 +sonar.projectVersion=3.1.0-alpha.7 sonar.host.url=https://sonarcloud.io # =====================================================