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