From 3c0e5897b79f4c199f7972b858becd9cb1fe52ab Mon Sep 17 00:00:00 2001 From: Sam Remis Date: Tue, 29 Mar 2022 11:28:11 -0400 Subject: [PATCH] 2.3.0 release --- CHANGELOG.md | 5 +++++ src/AwsBundle.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28594f0..16a62db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 2.3.0 - 2022-03-29 + +* Added support for Symfony ~6.0 +* Moved Travis tests to Github actions + ## 2.2.2 - 2020-04-08 * Remove magic method call to support linting command diff --git a/src/AwsBundle.php b/src/AwsBundle.php index c55fd17..5c508d1 100644 --- a/src/AwsBundle.php +++ b/src/AwsBundle.php @@ -6,5 +6,5 @@ class AwsBundle extends Bundle { - const VERSION = '2.2.2'; + const VERSION = '2.3.0'; }