Skip to content

Commit

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

## 2.0.1 - 2019-02-26

* Fixed deprecation for symfony/config 4.2+
* Tweaked Readme usage syntax
* Updated travis CI configuration

## 2.0.0 - 2018-01-18

* Added support for Symfony ~4.0
Expand Down
2 changes: 1 addition & 1 deletion src/AwsBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

class AwsBundle extends Bundle
{
const VERSION = '2.0.0';
const VERSION = '2.0.1';
}

0 comments on commit 6a6eda7

Please sign in to comment.