Skip to content

Commit

Permalink
2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRemis committed Mar 29, 2022
1 parent 0e3df17 commit 3c0e589
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 2.3.0 - 2022-03-29

* Added support for Symfony ~6.0
* Moved Travis tests to Github actions

## 2.2.2 - 2020-04-08

* Remove magic method call to support linting command
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.2.2';
const VERSION = '2.3.0';
}

0 comments on commit 3c0e589

Please sign in to comment.