diff --git a/CHANGELOG.md b/CHANGELOG.md index 1914c6b..3dd895c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,22 @@ # Changelog - [Changelog](#changelog) + - [0.2.0](#020) - [0.1.0](#010) --- +## 0.2.0 + +Released on 05/02/2022 + +- Added support for S3 compatible APIs (such as minio, yandex) +- New constructor methods + - `new()` will now accept only the bucket name + - `region()` to specify the region. If no region is specified, custom region will be used + - `endpoint()` to specify the endpoint. Useful to connect to minio + - `new_path_style()`: must be specified when connecting to some backends, such as minio + ## 0.1.0 Released on 04/01/2022 diff --git a/README.md b/README.md index 86dafa8..30213be 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@

~ Remotefs Aws S3 client ~

Developed by @veeso

-

Current version: 0.2.0 (04/01/2022)

+

Current version: 0.2.0 (05/02/2022)