diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa011f..7f951f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 2.0.2 - 2019-11-07 + +* Mark client service definition as lazy + ## 2.0.1 - 2019-02-26 * Fixed deprecation for symfony/config 4.2+ diff --git a/src/AwsBundle.php b/src/AwsBundle.php index 1457aec..f9685c0 100644 --- a/src/AwsBundle.php +++ b/src/AwsBundle.php @@ -6,5 +6,5 @@ class AwsBundle extends Bundle { - const VERSION = '2.0.1'; + const VERSION = '2.0.2'; }