Skip to content

Commit 3c0e589

Browse files
committed
2.3.0 release
1 parent 0e3df17 commit 3c0e589

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 2.3.0 - 2022-03-29
4+
5+
* Added support for Symfony ~6.0
6+
* Moved Travis tests to Github actions
7+
38
## 2.2.2 - 2020-04-08
49

510
* Remove magic method call to support linting command

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

0 commit comments

Comments
 (0)