From dbe2a3a2e202981d27d67396bd6bb291af5d8593 Mon Sep 17 00:00:00 2001 From: Howard Lopez Date: Wed, 8 Apr 2020 14:42:18 -0700 Subject: [PATCH] 2.2.2 release --- CHANGELOG.md | 4 ++++ src/AwsBundle.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a82a80..28594f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 2.2.2 - 2020-04-08 + +* Remove magic method call to support linting command + ## 2.2.1 - 2020-03-05 * Fix issue with different tree builder interface for different symfony versions diff --git a/src/AwsBundle.php b/src/AwsBundle.php index f4aa15f..c55fd17 100644 --- a/src/AwsBundle.php +++ b/src/AwsBundle.php @@ -6,5 +6,5 @@ class AwsBundle extends Bundle { - const VERSION = '2.2.1'; + const VERSION = '2.2.2'; }