Skip to content

Commit

Permalink
2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
howardlopez committed Mar 5, 2020
1 parent 5a46a65 commit 238f399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.2.1 - 2020-03-05

* Fix issue with different tree builder interface for different symfony versions

## 2.2.0 - 2020-03-05

* Added optional configuration validation and merging via AWS_MERGE_CONFIG env variable.
Expand Down
2 changes: 1 addition & 1 deletion src/AwsBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

class AwsBundle extends Bundle
{
const VERSION = '2.2.0';
const VERSION = '2.2.1';
}

0 comments on commit 238f399

Please sign in to comment.