We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ad129 commit 49bc5d9Copy full SHA for 49bc5d9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 3.6.0 - 2020-09-14
4
+
5
+* Adds support for Laravel 8.0
6
7
## 3.5.0 - 2020-03-11
8
9
* Adds support for Laravel 7.0
src/AwsServiceProvider.php
@@ -10,7 +10,7 @@
10
*/
11
class AwsServiceProvider extends ServiceProvider
12
{
13
- const VERSION = '3.5.0';
+ const VERSION = '3.6.0';
14
15
/**
16
* Indicates if loading of the provider is deferred.
0 commit comments