There was an error while loading. Please reload this page.
1 parent 4fc844f commit 7461404Copy full SHA for 7461404
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 2.2.0 - 2020-03-05
4
+
5
+* Added optional configuration validation and merging via AWS_MERGE_CONFIG env variable.
6
7
## 2.1.0 - 2019-11-25
8
9
* Added support for Symfony ~5.0
src/AwsBundle.php
@@ -6,5 +6,5 @@
class AwsBundle extends Bundle
{
- const VERSION = '2.1.0';
+ const VERSION = '2.2.0';
10
}
0 commit comments