Skip to content

Commit

Permalink
3.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
howardlopez committed Mar 11, 2020
1 parent 6ab12db commit 7a37054
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 3.5.0 - 2020-03-11

* Adds support for Laravel 7.0
* Travis CI configuration updates

## 3.4.0 - 2019-09-09

* Adds support for Laravel 6.0
Expand Down
2 changes: 1 addition & 1 deletion src/AwsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
class AwsServiceProvider extends ServiceProvider
{
const VERSION = '3.4.0';
const VERSION = '3.5.0';

/**
* Indicates if loading of the provider is deferred.
Expand Down

0 comments on commit 7a37054

Please sign in to comment.