From 6a6eda7df2c72c033c5c15594ee85db7d0107784 Mon Sep 17 00:00:00 2001 From: Howard Lopez Date: Tue, 26 Feb 2019 16:49:24 -0800 Subject: [PATCH] 2.0.1 release --- CHANGELOG.md | 6 ++++++ src/AwsBundle.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 817074c..2fa011f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/AwsBundle.php b/src/AwsBundle.php index e41b7bc..1457aec 100644 --- a/src/AwsBundle.php +++ b/src/AwsBundle.php @@ -6,5 +6,5 @@ class AwsBundle extends Bundle { - const VERSION = '2.0.0'; + const VERSION = '2.0.1'; }