Skip to content

Commit

Permalink
3.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
howardlopez committed Sep 9, 2019
1 parent 390f1e0 commit 90f72ef
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.4.0 - 2019-09-09

* Adds support for Laravel 6.0
* Travis CI configuration updates

## 3.3.2 - 2019-03-15

* Align with suggested Laravel configuration practices
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.3.2';
const VERSION = '3.4.0';

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

0 comments on commit 90f72ef

Please sign in to comment.