Skip to content

Commit 9b3bc9e

Browse files
committed
version 2.4.0 release
1 parent 2602955 commit 9b3bc9e

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.4.0 - 2022-04-13
3+
4+
* Upgrade minimum version of PHPUnit
5+
* Mark client service definition as lazy
26

37
## 2.3.0 - 2022-03-29
48

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

0 commit comments

Comments
 (0)