Skip to content

Commit 33ea9fd

Browse files
committed
3.3.1 release
1 parent 4449ed0 commit 33ea9fd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 3.3.1 - 2018-12-3
4+
5+
* Modify service provider to use different config for publishing and default usage
6+
37
## 3.3.0 - 2018-11-12
48

59
* Adds AWS credentials to published service provider configuration by default

src/AwsServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class AwsServiceProvider extends ServiceProvider
1212
{
13-
const VERSION = '3.3.0';
13+
const VERSION = '3.3.1';
1414

1515
/**
1616
* Indicates if loading of the provider is deferred.

0 commit comments

Comments
 (0)