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 2b2c59c commit af463feCopy full SHA for af463fe
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 1.0.2 - 2015-09-05
4
+* Removed usage of `setFactory` method to ensure compatiable with
5
+ `symfony/dependency-injection` ~2.3
6
+
7
## 1.0.1 - 2015-08-11
8
* Fixed erroneous dependency declaration (bumped requirement on
9
`symfony/dependency-injection` to ~2.6).
src/AwsBundle.php
@@ -6,5 +6,5 @@
class AwsBundle extends Bundle
{
- const VERSION = '1.0.1';
+ const VERSION = '1.0.2';
10
}
0 commit comments