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 03fd46b commit 86bed6eCopy full SHA for 86bed6e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 2.0.2 - 2019-11-07
4
+
5
+* Mark client service definition as lazy
6
7
## 2.0.1 - 2019-02-26
8
9
* Fixed deprecation for symfony/config 4.2+
src/AwsBundle.php
@@ -6,5 +6,5 @@
class AwsBundle extends Bundle
{
- const VERSION = '2.0.1';
+ const VERSION = '2.0.2';
10
}
0 commit comments