Skip to content

Commit 3e8e880

Browse files
committed
3.3.2 release
1 parent 03124f8 commit 3e8e880

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

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

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+
38
## 3.3.1 - 2018-12-3
49

510
* Modify service provider to use different config for publishing and default usage

Diff for: 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.1';
13+
const VERSION = '3.3.2';
1414

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

0 commit comments

Comments
 (0)