diff --git a/CHANGELOG.md b/CHANGELOG.md index fb78f47e..6f0c755c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [1.1.3] - 2021-11-09 + +### Fixed + +- Prohibit enabling encryption when S3 Object Storage is configured [#487](https://github.com/owncloud/files_primary_s3/issues/487) + ## [1.1.2] - 2020-04-22 @@ -65,7 +70,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - First marketplace release -[Unreleased]: https://github.com/owncloud/files_primary_s3/compare/v1.1.2...master +[Unreleased]: https://github.com/owncloud/files_primary_s3/compare/v1.1.3...master +[1.1.3]: https://github.com/owncloud/files_primary_s3/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/owncloud/files_primary_s3/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/owncloud/files_primary_s3/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/owncloud/files_primary_s3/compare/v1.0.4...v1.1.0 diff --git a/appinfo/info.xml b/appinfo/info.xml index 43f7c387..c143f209 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,7 @@ This extension is the successor of the [ownCloud Objectstore App](https://market https://github.com/owncloud/files_primary_s3/issues https://github.com/owncloud/files_primary_s3.git ownCloud GmbH - 1.1.2 + 1.1.3 https://doc.owncloud.com/server/latest/admin_manual/configuration/files/external_storage/s3_compatible_object_storage_as_primary.html diff --git a/sonar-project.properties b/sonar-project.properties index 0981710e..d7d3ae52 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ # Organization and project keys are displayed in the right sidebar of the project homepage sonar.organization=owncloud-1 sonar.projectKey=owncloud_files_primary_s3 -sonar.projectVersion=1.0 +sonar.projectVersion=1.1.3 sonar.host.url=https://sonarcloud.io # =====================================================