Skip to content

Commit 54d68e1

Browse files
bryannielsengithub-actions[bot]
authored andcommitted
Prepare Release 1.1.0
1 parent be2d52a commit 54d68e1

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [1.1.0] - 2023-07-28
6+
57
### Added
68

79
- Filesystem Adapter for integrating with Cloudflare R2 service
@@ -29,11 +31,12 @@
2931

3032
- ExpressionEngine Filesystem adapters for AWS S3 and DigitalOcean Spaces
3133

34+
[Unreleased]: https://github.com/ExpressionEngine/cloud-files/compare/1.1.0...HEAD
3235

33-
[Unreleased]: https://github.com/packettide/ee-cloud-files/compare/1.0.2...HEAD
36+
[1.1.0]: https://github.com/ExpressionEngine/cloud-files/compare/1.0.2...1.1.0
3437

35-
[1.0.2]: https://github.com/packettide/ee-cloud-files/compare/1.0.1...1.0.2
38+
[1.0.2]: https://github.com/ExpressionEngine/cloud-files/compare/1.0.1...1.0.2
3639

37-
[1.0.1]: https://github.com/packettide/ee-cloud-files/compare/1.0.0...1.0.1
40+
[1.0.1]: https://github.com/ExpressionEngine/cloud-files/compare/1.0.0...1.0.1
3841

39-
[1.0.0]: https://github.com/packettide/ee-cloud-files/releases/tag/1.0.0
42+
[1.0.0]: https://github.com/ExpressionEngine/cloud-files/releases/tag/1.0.0

addon.setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'author_url' => 'https://expressionengine.com/',
88
'name' => 'Cloud Files',
99
'description' => '',
10-
'version' => '1.0.0',
10+
'version' => '1.1.0',
1111
'namespace' => 'CloudFiles',
1212
'settings_exist' => false,
1313
'filesystem_adapters' => [

0 commit comments

Comments
 (0)