Skip to content

Commit e554681

Browse files
committed
prepare release-0.2.0 (for guzzle)
1 parent afa5dac commit e554681

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ 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]
7+
## [2.0.0] - 2022-07-05
8+
9+
### Changed
10+
11+
- [#39387](https://github.com/owncloud/core/issues/39387) - Update guzzle major version to 7
12+
- This version requires ownCloud 10.11.0 or above
813

914
## 1.0.0 - 2019-09-25
1015

1116
- Moved from core into a separate app - [#2](https://github.com/owncloud/files_external_s3/pull/2)
1217
- Updated AWS SDK library to 3.110.3
1318

14-
[Unreleased]: https://github.com/owncloud/files_external_s3/compare/1.0.0...master
19+
[Unreleased]: https://github.com/owncloud/files_external_s3/compare/v2.0.0...master
20+
[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>1.0.0</version>
15+
<version>2.0.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=1.0
4+
sonar.projectVersion=2.0.0
55
sonar.host.url=https://sonarcloud.io
66

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

0 commit comments

Comments
 (0)