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 0425abb commit dec0e92Copy full SHA for dec0e92
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# CHANGELOG
2
3
+## 1.0.1 - 2015-08-11
4
+* Fixed erroneous dependency declaration (bumped requirement on
5
+ `symfony/dependency-injection` to ~2.6).
6
+
7
## 1.0.0 - 2015-08-05
8
9
* Initial release of the AWS Bundle.
-* 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
@@ -6,5 +6,5 @@
class AwsBundle extends Bundle
{
- const VERSION = '1.0.0';
+ const VERSION = '1.0.1';
}
0 commit comments