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 0e3df17 commit 3c0e589Copy full SHA for 3c0e589
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 2.3.0 - 2022-03-29
4
+
5
+* Added support for Symfony ~6.0
6
+* Moved Travis tests to Github actions
7
8
## 2.2.2 - 2020-04-08
9
10
* Remove magic method call to support linting command
src/AwsBundle.php
@@ -6,5 +6,5 @@
class AwsBundle extends Bundle
{
- const VERSION = '2.2.2';
+ const VERSION = '2.3.0';
}
0 commit comments