Skip to content

Commit

Permalink
3.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
howardlopez committed Mar 15, 2019
1 parent 03124f8 commit 3e8e880
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.3.2 - 2019-03-15

* Align with suggested Laravel configuration practices
* Travis CI updated with PHP 7.3 and dependency resolution fixes

## 3.3.1 - 2018-12-3

* Modify service provider to use different config for publishing and default usage
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.1';
const VERSION = '3.3.2';

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

0 comments on commit 3e8e880

Please sign in to comment.