We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4449ed0 commit 33ea9fdCopy full SHA for 33ea9fd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 3.3.1 - 2018-12-3
4
+
5
+* Modify service provider to use different config for publishing and default usage
6
7
## 3.3.0 - 2018-11-12
8
9
* Adds AWS credentials to published service provider configuration by default
src/AwsServiceProvider.php
@@ -10,7 +10,7 @@
10
*/
11
class AwsServiceProvider extends ServiceProvider
12
{
13
- const VERSION = '3.3.0';
+ const VERSION = '3.3.1';
14
15
/**
16
* Indicates if loading of the provider is deferred.
0 commit comments