Skip to content

Commit 86c340a

Browse files
committed
1.1.0 release
1 parent f0a92ac commit 86c340a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# CHANGELOG
22

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+
37
## 1.0.2 - 2015-09-05
8+
49
* Removed usage of `setFactory` method to ensure compatiable with
510
`symfony/dependency-injection` ~2.3
611

712
## 1.0.1 - 2015-08-11
13+
814
* Fixed erroneous dependency declaration (bumped requirement on
915
`symfony/dependency-injection` to ~2.6).
1016

src/AwsBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class AwsBundle extends Bundle
88
{
9-
const VERSION = '1.0.2';
9+
const VERSION = '1.1.0';
1010
}

0 commit comments

Comments
 (0)