Skip to content

Commit

Permalink
2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
howardlopez committed Nov 25, 2019
1 parent bf72d2a commit fecf71d
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,5 +1,9 @@
# CHANGELOG

## 2.1.0 - 2019-11-25

* Added support for Symfony ~5.0

## 2.0.2 - 2019-11-07

* Mark client service definition as lazy
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.0.2';
const VERSION = '2.1.0';
}

0 comments on commit fecf71d

Please sign in to comment.