diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f003e38b..91add7818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,41 @@ +v0.8 +==== + +## New features + +- Implement `ChecksumCalculator` interface for `AzureBlobStorage` adapter #594 + +## Changes + +In #593 : +- Drop support for EOL php versions (5.6 and 7.0) +- Minimim requirement is now php 7.1 +- Add support for php 7.3 + +## Fixes + +- fix opencloud tests #579 +- fix appveyor build #589 +- Fix `ini_get()` for boolean values #595 + +Thank you @andreybolonin, @damijank, @deguif and @nicolasmure for your +contributions ! + +v0.7 +==== + +## Changes +- `FilesystemMap::set()` should expect `FilesystemInterface` instead of +`Filesystem` #576 + +## Fixes + +- Add PutObjectAcl in the required permission #566 +- Ensure correct return type from Flysystem adapter "exists" method #572 + +Thank you @andreybolonin, @clement-michelet, @jakob-stoeck, @nicolasmure, +@teohhanhui, @tristanbes for your contributions ! + v0.6 ==== diff --git a/composer.json b/composer.json index cd20ebea1..964a73140 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.8.x-dev" + "dev-master": "0.9.x-dev" } } }