Skip to content

Commit 6a6eda7

Browse files
committed
2.0.1 release
1 parent 6110ef3 commit 6a6eda7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 2.0.1 - 2019-02-26
4+
5+
* Fixed deprecation for symfony/config 4.2+
6+
* Tweaked Readme usage syntax
7+
* Updated travis CI configuration
8+
39
## 2.0.0 - 2018-01-18
410

511
* Added support for Symfony ~4.0

src/AwsBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class AwsBundle extends Bundle
88
{
9-
const VERSION = '2.0.0';
9+
const VERSION = '2.0.1';
1010
}

0 commit comments

Comments
 (0)