There was an error while loading. Please reload this page.
1 parent 6110ef3 commit 6a6eda7Copy full SHA for 6a6eda7
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
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
9
## 2.0.0 - 2018-01-18
10
11
* Added support for Symfony ~4.0
src/AwsBundle.php
@@ -6,5 +6,5 @@
class AwsBundle extends Bundle
{
- const VERSION = '2.0.0';
+ const VERSION = '2.0.1';
}
0 commit comments