From af463fe742e281714da6c53cc91fa9f23fce409c Mon Sep 17 00:00:00 2001 From: Jonathan Eskew Date: Sat, 5 Sep 2015 23:06:15 -0700 Subject: [PATCH] 1.0.2 release --- CHANGELOG.md | 4 ++++ src/AwsBundle.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff95f8..b4b7fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.0.2 - 2015-09-05 +* Removed usage of `setFactory` method to ensure compatiable with + `symfony/dependency-injection` ~2.3 + ## 1.0.1 - 2015-08-11 * Fixed erroneous dependency declaration (bumped requirement on `symfony/dependency-injection` to ~2.6). diff --git a/src/AwsBundle.php b/src/AwsBundle.php index 6ec4c44..1cf3cba 100644 --- a/src/AwsBundle.php +++ b/src/AwsBundle.php @@ -6,5 +6,5 @@ class AwsBundle extends Bundle { - const VERSION = '1.0.1'; + const VERSION = '1.0.2'; }