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 f0a92ac commit 86c340aCopy full SHA for 86c340a
CHANGELOG.md
@@ -1,10 +1,16 @@
1
# CHANGELOG
2
3
+## 1.1.0 - 2015-12-10
4
+* Added support for Symfony ~3.0.
5
+* Fixed deprecation warnings being thrown on Symfony >= 2.6.
6
+
7
## 1.0.2 - 2015-09-05
8
9
* Removed usage of `setFactory` method to ensure compatiable with
10
`symfony/dependency-injection` ~2.3
11
12
## 1.0.1 - 2015-08-11
13
14
* Fixed erroneous dependency declaration (bumped requirement on
15
`symfony/dependency-injection` to ~2.6).
16
src/AwsBundle.php
@@ -6,5 +6,5 @@
class AwsBundle extends Bundle
{
- const VERSION = '1.0.2';
+ const VERSION = '1.1.0';
}
0 commit comments