We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2602955 commit 9b3bc9eCopy full SHA for 9b3bc9e
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# CHANGELOG
2
+## 2.4.0 - 2022-04-13
3
+
4
+* Upgrade minimum version of PHPUnit
5
+* Mark client service definition as lazy
6
7
## 2.3.0 - 2022-03-29
8
src/AwsBundle.php
@@ -6,5 +6,5 @@
class AwsBundle extends Bundle
{
9
- const VERSION = '2.3.0';
+ const VERSION = '2.4.0';
10
}
0 commit comments