From a322bc9192399d6cdaf19db42e74138fad6bdddc Mon Sep 17 00:00:00 2001 From: Sean Fraser Date: Wed, 18 Sep 2019 10:44:30 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b826cb..6551c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -## 3.0.0 - +## 3.0.1 - 2019-09-18 +- Fixed public visibility not being respected when generating URLs for local files that are not in the webroot. + +## 3.0.0 - 2019-09-16 - Updated minimum support requirements to PHP 7.2 and Laravel 5.6+. - Added PHP 7 parameter and return type hints across the board - Added a new method `getStreamResource` to `SourceAdapterInterface`, uploader will now attempt to use a stream to reduce memory usage.