Skip to content

Commit dec0e92

Browse files
committed
1.0.1 release
1 parent 0425abb commit dec0e92

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 1.0.1 - 2015-08-11
4+
* Fixed erroneous dependency declaration (bumped requirement on
5+
`symfony/dependency-injection` to ~2.6).
6+
37
## 1.0.0 - 2015-08-05
48

59
* Initial release of the AWS Bundle.
6-
* Added Symfony support for v3 of the AWS SDK for PHP.
10+
* Added Symfony support for v3 of the AWS SDK for PHP.

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

0 commit comments

Comments
 (0)