Skip to content

Commit

Permalink
version 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRemis committed Apr 13, 2022
1 parent 2602955 commit 9b3bc9e
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,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

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

0 comments on commit 9b3bc9e

Please sign in to comment.