From fecf71dfda5baa2b31504222e52acc38effa00f4 Mon Sep 17 00:00:00 2001 From: Howard Lopez Date: Mon, 25 Nov 2019 10:06:25 -0800 Subject: [PATCH] 2.1.0 release --- CHANGELOG.md | 4 ++++ src/AwsBundle.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f951f3..e9bb63b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 2.1.0 - 2019-11-25 + +* Added support for Symfony ~5.0 + ## 2.0.2 - 2019-11-07 * Mark client service definition as lazy diff --git a/src/AwsBundle.php b/src/AwsBundle.php index f9685c0..3573022 100644 --- a/src/AwsBundle.php +++ b/src/AwsBundle.php @@ -6,5 +6,5 @@ class AwsBundle extends Bundle { - const VERSION = '2.0.2'; + const VERSION = '2.1.0'; }