Skip to content

Commit 7a37054

Browse files
committed
3.5.0 release
1 parent 6ab12db commit 7a37054

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.5.0 - 2020-03-11
4+
5+
* Adds support for Laravel 7.0
6+
* Travis CI configuration updates
7+
38
## 3.4.0 - 2019-09-09
49

510
* Adds support for Laravel 6.0

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

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

0 commit comments

Comments
 (0)