Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit def1bf0

Browse files
authored
Prepare releases for integrations (#919)
* Prepare releases for integrations * minors
1 parent 844036f commit def1bf0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
## NOT RELEASED
44

5+
## 0.2.0
6+
57
### Changed
68

79
- Support for async-aws/flysystem-s3 1.0
810

11+
### Fixed
12+
13+
- Make sure we throw exception from async-aws/core
14+
915
## 0.1.2
1016

1117
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^7.2.5 || ^8.0",
1414
"ext-json": "*",
1515
"async-aws/core": "^1.0",
16-
"async-aws/flysystem-s3": "^1.0.0-RC1",
16+
"async-aws/flysystem-s3": "^1.0",
1717
"async-aws/simple-s3": "^1.0",
1818
"illuminate/filesystem": "^6.18.13 || ^7.10",
1919
"illuminate/support": "^6.18.13 || ^7.10"

0 commit comments

Comments
 (0)