Skip to content

Commit bb42107

Browse files
2.5.0 release
1 parent 3637e62 commit bb42107

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,4 +1,8 @@
11
# CHANGELOG
2+
## 2.5.0 - 2022-05-26
3+
4+
* Inherit AWS_MERGE_CONFIG value from .env files
5+
26
## 2.4.0 - 2022-04-13
37

48
* Upgrade minimum version of PHPUnit

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.4.0';
9+
const VERSION = '2.5.0';
1010
}

0 commit comments

Comments
 (0)