Skip to content

Commit

Permalink
3.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
howardlopez committed Dec 3, 2018
1 parent 4449ed0 commit 33ea9fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.3.1 - 2018-12-3

* Modify service provider to use different config for publishing and default usage

## 3.3.0 - 2018-11-12

* Adds AWS credentials to published service provider configuration by default
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.0';
const VERSION = '3.3.1';

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

0 comments on commit 33ea9fd

Please sign in to comment.