We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03124f8 commit 3e8e880Copy full SHA for 3e8e880
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 3.3.2 - 2019-03-15
4
+
5
+* Align with suggested Laravel configuration practices
6
+* Travis CI updated with PHP 7.3 and dependency resolution fixes
7
8
## 3.3.1 - 2018-12-3
9
10
* Modify service provider to use different config for publishing and default usage
src/AwsServiceProvider.php
@@ -10,7 +10,7 @@
*/
11
class AwsServiceProvider extends ServiceProvider
12
{
13
- const VERSION = '3.3.1';
+ const VERSION = '3.3.2';
14
15
/**
16
* Indicates if loading of the provider is deferred.
0 commit comments