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'; }