Skip to content

Commit ac6236d

Browse files
committed
prepare 2.1.0
1 parent ae2ccb8 commit ac6236d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased] - XXXX-XX-XX
7+
## [2.1.0] - 2022-12-01
8+
9+
### Changed
10+
11+
- [#1007](https://github.com/owncloud/files_external_s3/pull/21007) - Feat: performance optimizations
812

913

1014
## [2.0.0] - 2022-07-05
@@ -19,5 +23,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1923
- Moved from core into a separate app - [#2](https://github.com/owncloud/files_external_s3/pull/2)
2024
- Updated AWS SDK library to 3.110.3
2125

22-
[Unreleased]: https://github.com/owncloud/files_external_s3/compare/v2.0.0...master
26+
[Unreleased]: https://github.com/owncloud/files_external_s3/compare/v2.1.0...master
27+
[2.0.0]: https://github.com/owncloud/files_external_s3/compare/v2.0.0...v2.1.0
2328
[2.0.0]: https://github.com/owncloud/files_external_s3/compare/v1.0.0...v2.0.0

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Administrators and users (when enabled) can find external storage configuration
1212
<summary>Integrate S3 object storages as external storages</summary>
1313
<licence>GPLv2</licence>
1414
<author>Robin McCorkell, Vincent Petry, Thomas Müller and many more</author>
15-
<version>2.0.0</version>
15+
<version>2.1.0</version>
1616
<category>storage</category>
1717
<documentation>
1818
<user>https://doc.owncloud.com/server/latest/user_manual/external_storage/external_storage.html</user>

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Organization and project keys are displayed in the right sidebar of the project homepage
22
sonar.organization=owncloud-1
33
sonar.projectKey=owncloud_files_external_s3
4-
sonar.projectVersion=2.0.0
4+
sonar.projectVersion=2.1.0
55
sonar.host.url=https://sonarcloud.io
66

77
# =====================================================

0 commit comments

Comments
 (0)