Skip to content

Commit

Permalink
1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Sep 6, 2015
1 parent 2b2c59c commit af463fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion src/AwsBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

class AwsBundle extends Bundle
{
const VERSION = '1.0.1';
const VERSION = '1.0.2';
}

0 comments on commit af463fe

Please sign in to comment.