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