diff --git a/CHANGELOG.md b/CHANGELOG.md index c357bcb..a828b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to `laravel-cloudfront-url-signer` will be documented in thi ## Unreleased +## 2.1.0 - 2019-06-03 +- Added support for L5.8 + ## 2.0.0 - 2018-09-24 - [**BREAKING**] Removed support for L5.5 - Added support for L5.7 diff --git a/composer.json b/composer.json index 531512b..b8593c2 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "dreamonkey/laravel-cloudfront-url-signer", - "description": "Laravel 5.5+ wrapper around CloudFront canned signed URLs", + "description": "Laravel 5.6+ wrapper around CloudFront canned signed URLs", "keywords": [ "dreamonkey", "laravel-cloudfront-url-signer", @@ -19,7 +19,7 @@ ], "require": { "php" : "^7.1.3", - "illuminate/support": "~5.6.0|~5.7.0", + "illuminate/support": "~5.6.0|~5.7.0|~5.8.0", "aws/aws-sdk-php": "^3.52" }, "require-dev": {