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 5a46a65 commit 238f399Copy full SHA for 238f399
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 2.2.1 - 2020-03-05
4
+
5
+* Fix issue with different tree builder interface for different symfony versions
6
7
## 2.2.0 - 2020-03-05
8
9
* Added optional configuration validation and merging via AWS_MERGE_CONFIG env variable.
src/AwsBundle.php
@@ -6,5 +6,5 @@
class AwsBundle extends Bundle
{
- const VERSION = '2.2.0';
+ const VERSION = '2.2.1';
10
}
0 commit comments