Skip to content

Commit 238f399

Browse files
committed
2.2.1 release
1 parent 5a46a65 commit 238f399

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.2.1 - 2020-03-05
4+
5+
* Fix issue with different tree builder interface for different symfony versions
6+
37
## 2.2.0 - 2020-03-05
48

59
* Added optional configuration validation and merging via AWS_MERGE_CONFIG env variable.

src/AwsBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class AwsBundle extends Bundle
88
{
9-
const VERSION = '2.2.0';
9+
const VERSION = '2.2.1';
1010
}

0 commit comments

Comments
 (0)