Skip to content

Commit

Permalink
prepare release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jnweiger committed Nov 9, 2021
1 parent d34ab21 commit f8f17cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This extension is the successor of the [ownCloud Objectstore App](https://market
<bugs>https://github.com/owncloud/files_primary_s3/issues</bugs>
<repository type="git">https://github.com/owncloud/files_primary_s3.git</repository>
<author>ownCloud GmbH</author>
<version>1.1.2</version>
<version>1.1.3</version>
<documentation>
<admin>https://doc.owncloud.com/server/latest/admin_manual/configuration/files/external_storage/s3_compatible_object_storage_as_primary.html</admin>
</documentation>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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

# =====================================================
Expand Down

0 comments on commit f8f17cb

Please sign in to comment.