diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c02ba8897..f0b7d6574c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -# Changelog for [unreleased] (UNRELEASED) +# Changelog for [1.20.0] (2022-04-13) -The following sections list the changes for unreleased. +The following sections list the changes for 1.20.0. -[unreleased]: https://github.com/owncloud/ocis/compare/v1.19.1...master +[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.20.0 ## Summary diff --git a/Makefile b/Makefile index 5f09280032..287c567d43 100644 --- a/Makefile +++ b/Makefile @@ -209,6 +209,7 @@ changelog: $(CALENS) ifndef CHANGELOG_VERSION $(error CHANGELOG_VERSION is undefined) endif + mkdir -p ocis/dist $(CALENS) --version $(CHANGELOG_VERSION) -o ocis/dist/CHANGELOG.md .PHONY: l10n-push diff --git a/changelog/unreleased/add-owncloudsql-config-to-authbasic.md b/changelog/1.20.0_2022-04-13/add-owncloudsql-config-to-authbasic.md similarity index 100% rename from changelog/unreleased/add-owncloudsql-config-to-authbasic.md rename to changelog/1.20.0_2022-04-13/add-owncloudsql-config-to-authbasic.md diff --git a/changelog/unreleased/alias-links.md b/changelog/1.20.0_2022-04-13/alias-links.md similarity index 100% rename from changelog/unreleased/alias-links.md rename to changelog/1.20.0_2022-04-13/alias-links.md diff --git a/changelog/unreleased/change-config-file-keys-underscores.md b/changelog/1.20.0_2022-04-13/change-config-file-keys-underscores.md similarity index 100% rename from changelog/unreleased/change-config-file-keys-underscores.md rename to changelog/1.20.0_2022-04-13/change-config-file-keys-underscores.md diff --git a/changelog/unreleased/enhancement-replace-deprecated-substr b/changelog/1.20.0_2022-04-13/enhancement-replace-deprecated-substr.md similarity index 100% rename from changelog/unreleased/enhancement-replace-deprecated-substr rename to changelog/1.20.0_2022-04-13/enhancement-replace-deprecated-substr.md diff --git a/changelog/unreleased/fix-docs.md b/changelog/1.20.0_2022-04-13/fix-docs.md similarity index 100% rename from changelog/unreleased/fix-docs.md rename to changelog/1.20.0_2022-04-13/fix-docs.md diff --git a/changelog/unreleased/fix-ocs-config-values.md b/changelog/1.20.0_2022-04-13/fix-ocs-config-values.md similarity index 100% rename from changelog/unreleased/fix-ocs-config-values.md rename to changelog/1.20.0_2022-04-13/fix-ocs-config-values.md diff --git a/changelog/unreleased/graph-user-sort.md b/changelog/1.20.0_2022-04-13/graph-user-sort.md similarity index 100% rename from changelog/unreleased/graph-user-sort.md rename to changelog/1.20.0_2022-04-13/graph-user-sort.md diff --git a/changelog/unreleased/ldap-config.md b/changelog/1.20.0_2022-04-13/ldap-config.md similarity index 100% rename from changelog/unreleased/ldap-config.md rename to changelog/1.20.0_2022-04-13/ldap-config.md diff --git a/changelog/unreleased/make-config-dir-configurable.md b/changelog/1.20.0_2022-04-13/make-config-dir-configurable.md similarity index 100% rename from changelog/unreleased/make-config-dir-configurable.md rename to changelog/1.20.0_2022-04-13/make-config-dir-configurable.md diff --git a/changelog/unreleased/micro-ocdav.md b/changelog/1.20.0_2022-04-13/micro-ocdav.md similarity index 100% rename from changelog/unreleased/micro-ocdav.md rename to changelog/1.20.0_2022-04-13/micro-ocdav.md diff --git a/changelog/unreleased/no-demo-users.md b/changelog/1.20.0_2022-04-13/no-demo-users.md similarity index 100% rename from changelog/unreleased/no-demo-users.md rename to changelog/1.20.0_2022-04-13/no-demo-users.md diff --git a/changelog/unreleased/thumbnails-download-fix.md b/changelog/1.20.0_2022-04-13/thumbnails-download-fix.md similarity index 100% rename from changelog/unreleased/thumbnails-download-fix.md rename to changelog/1.20.0_2022-04-13/thumbnails-download-fix.md diff --git a/changelog/unreleased/update-reva.md b/changelog/1.20.0_2022-04-13/update-reva.md similarity index 100% rename from changelog/unreleased/update-reva.md rename to changelog/1.20.0_2022-04-13/update-reva.md diff --git a/changelog/unreleased/update-web-5.4.0.md b/changelog/1.20.0_2022-04-13/update-web-5.4.0.md similarity index 100% rename from changelog/unreleased/update-web-5.4.0.md rename to changelog/1.20.0_2022-04-13/update-web-5.4.0.md diff --git a/changelog/unreleased/user-group-audit.md b/changelog/1.20.0_2022-04-13/user-group-audit.md similarity index 100% rename from changelog/unreleased/user-group-audit.md rename to changelog/1.20.0_2022-04-13/user-group-audit.md diff --git a/sonar-project.properties b/sonar-project.properties index 0c614f72d9..cb6e40fd93 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=1.19.1 +sonar.projectVersion=1.20.0 sonar.host.url=https://sonarcloud.io # =====================================================