Skip to content

Commit 90f72ef

Browse files
committed
3.4.0 release
1 parent 390f1e0 commit 90f72ef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 3.4.0 - 2019-09-09
4+
5+
* Adds support for Laravel 6.0
6+
* Travis CI configuration updates
7+
38
## 3.3.2 - 2019-03-15
49

510
* Align with suggested Laravel configuration practices

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.2';
13+
const VERSION = '3.4.0';
1414

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

0 commit comments

Comments
 (0)