diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ea32c..f9b9429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 3.2.0 - 2022-01-07 +### Added +- `public` option on storage, which enabled the `publicRead` default ACL, as an easier way to create public objects + +### Fixes +- Signed URLs were wrongly generated when `expires` was not provided +- Fixed special character encoding in URLs (thanks @camiloforero) + ### Added - Encode filenames in URIs (#47 by @vanboom)