From 9b3bc9ee4de414ab759e11fc48db4d0e5b9bcfe5 Mon Sep 17 00:00:00 2001 From: Sam Remis Date: Wed, 13 Apr 2022 13:29:44 -0400 Subject: [PATCH] version 2.4.0 release --- CHANGELOG.md | 4 ++++ src/AwsBundle.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a62db..9c99473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # CHANGELOG +## 2.4.0 - 2022-04-13 + +* Upgrade minimum version of PHPUnit +* Mark client service definition as lazy ## 2.3.0 - 2022-03-29 diff --git a/src/AwsBundle.php b/src/AwsBundle.php index 5c508d1..df96004 100644 --- a/src/AwsBundle.php +++ b/src/AwsBundle.php @@ -6,5 +6,5 @@ class AwsBundle extends Bundle { - const VERSION = '2.3.0'; + const VERSION = '2.4.0'; }