We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05895c9 commit dbe2a3aCopy full SHA for dbe2a3a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 2.2.2 - 2020-04-08
4
+
5
+* Remove magic method call to support linting command
6
7
## 2.2.1 - 2020-03-05
8
9
* Fix issue with different tree builder interface for different symfony versions
src/AwsBundle.php
@@ -6,5 +6,5 @@
class AwsBundle extends Bundle
{
- const VERSION = '2.2.1';
+ const VERSION = '2.2.2';
10
}
0 commit comments