Skip to content

Commit af463fe

Browse files
committed
1.0.2 release
1 parent 2b2c59c commit af463fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.0.2 - 2015-09-05
4+
* Removed usage of `setFactory` method to ensure compatiable with
5+
`symfony/dependency-injection` ~2.3
6+
37
## 1.0.1 - 2015-08-11
48
* Fixed erroneous dependency declaration (bumped requirement on
59
`symfony/dependency-injection` to ~2.6).

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.1';
9+
const VERSION = '1.0.2';
1010
}

0 commit comments

Comments
 (0)