Skip to content

Commit 14b2937

Browse files
committed
Update CHANGELOG
1 parent fe5cf0d commit 14b2937

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,31 @@ All notable changes to `laravel-uppy-s3-multipart-upload` will be documented in
1717

1818
- Add S3 transfer acceleration configuration
1919
- Update README
20+
21+
## 0.3.1 - 2021-02-27
22+
23+
- Move S3 transfer acceleration config to the package config file
24+
25+
## 0.3.2 - 2021-02-28
26+
27+
- Update the way credentials are passed to use the Credentials class
28+
29+
## 0.3.3 - 2021-03-03
30+
31+
- Remove passing credentials, assuming that AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are set in the .env based on the AWS SDK suggestions
32+
33+
## 0.3.4 - 2021-03-18
34+
35+
- Use Flysystem AWS client
36+
37+
## 0.3.5 - 2021-09-15
38+
39+
- Add support for multiple Uppy instances
40+
- Update README
41+
42+
## 0.4 - 2021-09-20
43+
44+
- Upgrade Uppy from 1.x to 2.0
45+
- Add support for pre-sign URLs in batches
46+
- Update README
47+
- Add upgrade guide

0 commit comments

Comments
 (0)